Skip to content

Commit eaa1da0

Browse files
authored
Update README.md (#20)
1 parent 678bbd9 commit eaa1da0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Required SDK configuration parameters include:
4343

4444

4545
### Access Token Refresh on Expire
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`.
46+
SDK FHIR requests check whether the access token is expired before the data endpoint call. By default, an expired token will refresh. To disable token refresh, set `token_refresh_on_expire` to `false`.
4747

4848
### FHIR Requests Retry Settings
4949

@@ -288,10 +288,6 @@ if __name__ == '__main__':
288288
For a complete Python React sample app, see [CMS Blue Button Python Sample App](https://github.com/CMSgov/bluebutton-sample-client-python-react).
289289

290290

291-
## SDK Development <a name="sdk_devel"></a>
292-
293-
Documentation for BlueButton 2.0 team members and others developing the SDK can be found at [README-sdk-dev.md](./README-sdk-dev.md).
294-
295291
## About the Blue Button 2.0 API <a name="about"></a>
296292

297293
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.

0 commit comments

Comments
 (0)