-
Notifications
You must be signed in to change notification settings - Fork 36
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
readme: Optimizely DFM #188
Conversation
1 similar comment
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 good mostly. Small feedback.
README.rst
Outdated
@@ -30,7 +30,94 @@ dashboard, please contact your Optimizely account executive. | |||
Using the SDK | |||
~~~~~~~~~~~~~ | |||
|
|||
See the Optimizely `Full Stack documentation`_ to learn how to | |||
You can initialize the Optimizely instance in three ways: with a datafile, by providing an `sdk_key`, or by providing a Config Manager. Each method is described below. |
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.
Link ConfigManager
to config_manager.py
README.rst
Outdated
:: | ||
|
||
optimizely.Optimizely( | ||
datafile=None, |
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.
nit. I don't think our example needs to show datafile=None
README.rst
Outdated
sdk_key='put_your_sdk_key_here' | ||
) | ||
|
||
3. Initialize Optimizely by providing a Config Manager that implements a |
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.
Instead, link to BaseConfigManager
and ask for user to implement BaseConfigManager
.
README.rst
Outdated
a PollingConfigManager that makes an HTTP GET request to the URL ( | ||
formed using your provided sdk key and the default datafile CDN url | ||
a PollingConfigManager that makes an HTTP GET request to the URL (formed | ||
using your provided `sdk key` and the default datafile CDN url |
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.
put "URL" in capital letters?
README.rst
Outdated
================ ======================================================== ===================================================================================== | ||
|
||
A notification signal will be triggered whenever a *new* datafile is | ||
fetched and Project Config is updated. To subscribe to these | ||
notifications you can use the | ||
notifications, use the |
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.
Maybe this instead?
To subscribe to these notifications, use:
@msohailhussain can you fix the PR summary? |
This is done. Are we good to merge in? |
Summary