Skip to content

Commit 2aecdf9

Browse files
Apply PR suggestions.
1 parent 0a93c14 commit 2aecdf9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sequenceDiagram
5656

5757
| Component | Technology |
5858
|---|---|
59-
| Language | Python 3.13+ |
59+
| Language | Python 3.14 |
6060
| Web framework | [Flask](https://flask.palletsprojects.com/) |
6161
| Dependency management | [Poetry](https://python-poetry.org/) |
6262
| API specification | [OpenAPI 3.0](gateway-api/openapi.yaml) |

bruno/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ There is a template `.env` file, `bruno/gateway-api/collections/Steel_Thread/.en
3232

3333
##### Test application
3434

35-
The proxy for Gateway API is hosted in Apigee. In order to call an Apigee proxy, a consumer of the API needs an Apigee application. As such, we need an Apigee application through which we can test our API. A static test application has been created for this purpose. You can view its details by going through In order to view its details, go to [the Clinical Data Sharing APIs applications](https://dos-internal.ptl.api.platform.nhs.uk/). when making a call to the API through the proxy, the test applications API key and secret are fed in to the OAuth 2.0 journey as the `CLIENT_KEY` and `CLIENT_SECRET` respectively. As such, you will need a `bruno/gateway-api/collections/Steel_Thread/.env` file containing
35+
The proxy for Gateway API is hosted in Apigee. To call this proxy, you need an Apigee application. A static test application has been created for this purpose. You can view its details in [the Clinical Data Sharing APIs applications](https://dos-internal.ptl.api.platform.nhs.uk/). When making a call to the API through the proxy, the test application's API key and secret are fed into the OAuth 2.0 journey as the `CLIENT_KEY` and `CLIENT_SECRET` respectively. As such, you will need a `bruno/gateway-api/collections/Steel_Thread/.env` file containing
3636

3737
```plaintext
3838
CLIENT_ID=<test application's api key>

0 commit comments

Comments
 (0)