File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Required SDK configuration parameters include:
3535
3636| Parameter | Value | Default | Description |
3737| ------------- | ------------------------------- | ----| --------------------------------------- |
38- | ` environment ` | ` SANDBOX ` or ` PRODUCTION ` or ` TEST ` or ` LOCAL ` | ` SANDBOX ` | Blue Button 2.0 API environment |
38+ | ` environment ` | ` SANDBOX ` or ` PRODUCTION ` | ` SANDBOX ` | Blue Button 2.0 API environment |
3939| ` version ` | ` 1 ` or ` 2 ` | ` 2 ` | Blue Button 2.0 version |
4040| ` client_id ` | * ` your_client_id ` * | | OAuth2.0 client ID of your app |
4141| ` client_secret ` | * ` your_client_secret ` * | | OAuth2.0 client secret of your app |
@@ -69,8 +69,6 @@ The Blue Button 2.0 API is available in V1 and V2 in a sandbox and production en
6969
7070- Sandbox location: https://sandbox.bluebutton.cms.gov
7171- Production location: https://api.bluebutton.cms.gov
72- - Test location: https://test.bluebutton.cms.gov (for development testing with internal test server)
73- - Local location: http://localhost:8000 (for development testing with a local BB2 server)
7472
7573Version data formats:
7674
@@ -122,7 +120,7 @@ There are three ways to configure the SDK when instantiating a `BlueButton` clas
122120 "backoff_factor": 5,
123121 "status_forcelist": [500, 502, 503, 504]
124122 }
125- }
123+ })
126124 ```
127125### JSON config file
128126 - This is using a configuration file that is in a JSON format.
You can’t perform that action at this time.
0 commit comments