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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The software will only be used for signposting an individual to an appropriate s
20
20
-[Usage](#usage)
21
21
-[Testing](#testing)
22
22
-[Sandbox](#sandbox)
23
+
-[Specification](#specification)
23
24
-[Conflict with yanai](#conflict-with-yanai)
24
25
-[Creating a Postman collection](#creating-a-postman-collection)
25
26
-[Design](#design)
@@ -96,6 +97,11 @@ There are `make` tasks for you to configure to run your tests. Run `make test`
96
97
97
98
There is a minimalist sandbox environment in `/sandbox` with an accompanying README with instructions on how to run it locally.
98
99
100
+
## Specification
101
+
102
+
The OpenAPI specification is stored in `specification`. In that folder, there is an accompanying README with instructions on how to produce an environment-specification specification and publish
103
+
it using Proxygen CLI.
104
+
99
105
## Conflict with yanai
100
106
101
107
If you have previously built [yanai](https://nhsd-confluence.digital.nhs.uk/pages/viewpage.action?pageId=48826732), which is the platform we use to supply data to this project, that uses an old version of localstack that does not support our Python version. We have pinned the correct version here and yanai have their version pinned as well so it should work fine, but sometimes issues can arise - if so then removing the docker image can solve that, before then rebuilding.
0 commit comments