-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Niko/dotnet new template #554
Conversation
✅ Deploy Preview for eppo-data-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great overall.
Mostly just nits. Thanks Niko!
Co-authored-by: Tyler Potter <[email protected]>
Co-authored-by: Tyler Potter <[email protected]>
Co-authored-by: Tyler Potter <[email protected]>
* Updating index links. * Updating redirects.
|
||
How the SDK fetches, serves, and caches experiment configurations is configurable via the `EppoClientConfig` class: | ||
|
||
<ApiOptionRef |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct
// Example showing how to initialize with a shorter polling interval for more frequent updates | ||
var config = new EppoClientConfig("<SDK_KEY>", myLogger) | ||
{ | ||
PollingIntervalInMillis = 5000 // Update cache every 5 seconds | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪
What?
Breaking out the Dotnet docs into the multipage template we use for Javascript.
Why?
Todo before merge