Skip to content

Commit 96f02c1

Browse files
Merge pull request #145 from NHSDigital/feature/dh-MESH-2021-add-tf-aws-serverless-client
MESH-2021 add tf aws serverless client reference
2 parents 5103df9 + d01ecfb commit 96f02c1

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

specification/mesh-api.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,12 @@ info:
218218
## Open source
219219
We have a number of open source resources that you might find useful:
220220
221-
| Resource | Description | Links |
222-
|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
223-
| MESH sandbox | For early developer testing, a realistic MESH experience that runs locally in docker or as an embedded python package. For more details, see 'Environments and testing' below. | [GitHub repo](https://github.com/NHSDigital/mesh-sandbox) \| [Python Package Index](https://pypi.org/project/mesh-sandbox/) |
224-
| MESH Python client | A fully-featured Python client library that conforms to our technical integration requirements. This is not the same as the MESH Java client. | [GitHub repo](https://github.com/NHSDigital/mesh-client) \| [Python Package Index](https://pypi.org/project/Mesh-Client) |
225-
| MESH Validate Auth Header | A tool for validating the construction of the MESH authentication token. | [GitHub repo](https://github.com/NHSDigital/mesh_validate_auth_header) \| [GitHub pages UI](https://nhsdigital.github.io/mesh_validate_auth_header/#/) |
221+
| Resource | Description | Links |
222+
|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
223+
| MESH sandbox | For early developer testing, a realistic MESH experience that runs locally in docker or as an embedded python package. For more details, see 'Environments and testing' below. | [GitHub repo](https://github.com/NHSDigital/mesh-sandbox) \| [Python Package Index](https://pypi.org/project/mesh-sandbox/) |
224+
| MESH Python client | A fully-featured Python client library that conforms to our technical integration requirements. This is not the same as the MESH Java client. | [GitHub repo](https://github.com/NHSDigital/mesh-client) \| [Python Package Index](https://pypi.org/project/Mesh-Client) |
225+
| MESH AWS Serverless client | A fully-featured MESH client built using terraform and AWS serverless components. | [GitHub repo](https://github.com/NHSDigital/terraform-aws-mesh-client) |
226+
| MESH Validate Auth Header | A tool for validating the construction of the MESH authentication token. | [GitHub repo](https://github.com/NHSDigital/mesh_validate_auth_header) \| [GitHub pages UI](https://nhsdigital.github.io/mesh_validate_auth_header/#/) |
226227
227228
228229
For more details, see [open source](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#open-source).
@@ -1296,6 +1297,7 @@ paths:
12961297
12971298
This endpoint is now deprecated as it is not needed as part of the polling cycle.
12981299
operationId: count_messages_in_inbox_messageexchange__mailbox_id__count_get
1300+
deprecated: true
12991301
parameters:
13001302
- description: mailbox identifier
13011303
required: true

0 commit comments

Comments
 (0)