You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added info to license section note re: security review
* updated foo/bar variables to your_client_id/your_client_secret
* fixed spelling mistake and grammatical errors
* Small update that was outstanding from tester feedback
* Update README.md
* Update README.md
Co-authored-by: David Tisza <36048547+dtisza1@users.noreply.github.com>
Co-authored-by: Adrian Jones <adrian.jones@adhocteam.us>
Co-authored-by: David Tisza <36048547+dtisza1@users.noreply.github.com>
|`environment`|`SANDBOX` or `PRODUCTION`|`SANDBOX`| Blue Button 2.0 API environment |
39
39
|`version`|`1` or `2`|`2`| Blue Button 2.0 version |
40
-
|`client_id`|*`foo`*||OAuth2.0 client ID of the app |
41
-
|`client_secret`|*`bar`*||OAuth2.0 client secret of the app |
42
-
|`callback_url`|*`https://www.example.com/callback`*||OAuth2.0 callback URL of the app |
40
+
|`client_id`|*`your_client_id`*||OAuth2.0 client ID of your app |
41
+
|`client_secret`|*`your_client_secret`*||OAuth2.0 client secret of your app |
42
+
|`callback_url`|*`https://www.example.com/callback`*||OAuth2.0 callback URL of your app |
43
43
44
44
45
45
### Access Token Refresh on Expire
46
46
SDK FHIR requests check whether the access token is expired before the data end point call. By default, if the access token is expired, the token in the current token object refreshes. Disable token refresh by setting `token_refresh_on_expire` to `false`.
47
47
48
48
### FHIR Requests Retry Settings
49
49
50
-
Retry is enabled by default for FHIR requests. The folllowing parameters are available for exponential back off retry algorithm.
50
+
Retry is enabled by default for FHIR requests. The folllowing parameters are available for the exponential back off retry algorithm.
51
51
52
52
| Retry parameter | Value (default) | Description |
The CMS Blue Button 2.0 Python SDK is licensed under the Creative Commons Zero v1.0 Universal. For more details, see [License](https://github.com/CMSgov/cms-bb2-python-sdk/blob/main/LICENSE).
301
301
302
-
*Note: We do our best to keep our SDKs up to date with vulnerability patching, but you are responsible for conducting your own review and testing before implementation.*
302
+
*Note: We do our best to keep our SDKs up to date with vulnerability patching and security testing, but you are responsible for your own review and testing before implementation.*
0 commit comments