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
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,26 @@ This Python software development kit (SDK) provides tools and resources for deve
10
10
-[Configuration Methods](#configuration-methods)
11
11
-[Usage](#usage)
12
12
-[Sample App](#sample-app)
13
-
-[SDK Development](#sdk_devel)
14
13
-[About](#about)
15
14
-[License](#license)
16
15
-[Security](#security)
17
16
-[Help and Support](#help)
18
17
19
18
20
-
## Prerequisites<aname="prerequisites"></a>
19
+
## Prerequisites<aid="prerequisites"></a>
21
20
22
21
You'll need a sandbox account and sample access token to access data from the Blue Button 2.0 API.
23
22
24
23
To learn how to create a sandbox account and generate a sample access token, see **[Try the API](https://bluebutton.cms.gov/developers/#try-the-api)**.
Below are code snippets showing the SDK used with Python server and Flask.
170
169
@@ -284,24 +283,24 @@ if __name__ == '__main__':
284
283
app.run(debug=True, host='0.0.0.0', port=3001)
285
284
```
286
285
287
-
## Sample App<aname="samples"></a>
286
+
## Sample App<aid="sample-app"></a>
288
287
289
288
For a complete Python React sample app, see [CMS Blue Button Python Sample App](https://github.com/CMSgov/bluebutton-sample-client-python-react).
290
289
291
290
292
-
## About the Blue Button 2.0 API<aname="about"></a>
291
+
## About the Blue Button 2.0 API<aid="about"></a>
293
292
294
293
The [Blue Button 2.0 API](https://bluebutton.cms.gov/) provides Medicare enrollee claims data to applications using the [OAuth2.0 authorization flow](https://datatracker.ietf.org/doc/html/rfc6749). We aim to provide a developer-friendly, standards-based API that enables people with Medicare to connect their claims data to the applications, services, and research programs they trust.
295
294
296
-
## License<aname="license"></a>
295
+
## License<aid="license"></a>
297
296
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).
298
297
299
-
## Security<aname="Security"></a>
298
+
## Security<aid="security"></a>
300
299
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.
301
300
302
301
To report vulnerabilities, please see the [CMS Vulnerability Disclosure Policy](https://www.cms.gov/vulnerability-disclosure-policy) and follow the directions for reporting.
303
302
304
303
305
-
## Help and Support<aname="help"></a>
304
+
## Help and Support<aid="help"></a>
306
305
307
306
Got questions? Need help troubleshooting? Want to propose a new feature? Contact the Blue Button 2.0 team and connect with the community in our [Google Group](https://groups.google.com/forum/#!forum/Developer-group-for-cms-blue-button-api).
0 commit comments