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: specification/mesh-api.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ info:
104
104
105
105
In the Digital Onboarding Service there are specific sections to be completed to show your solution meets our non-functional requirements and technical conformance.
106
106
107
-
You would need to organise a date with the assurance team for the witness testing to take place. The witness testing should take half a day. In some cases you will be asked to prepare test data a few days before the day of the witness testing.
107
+
You will need to organise a date with the assurance team for the witness testing to take place. The witness testing should take half a day. In some cases you will be asked to prepare test data a few days before the day of the witness testing.
108
108
109
109
Once the witness test is complete, you will be issued with a technical conformance certificate.
110
110
@@ -114,7 +114,7 @@ info:
114
114
115
115
Now that we know that your software is safe and secure, you will need to sign a connection agreement.
116
116
117
-
We will send you a customised connection agreemen to sign.
117
+
We will send you a customised connection agreement to sign.
118
118
119
119
Once you’ve signed the connection agreement, you need to upload it to your developer account in the ‘Legal agreement’ section.
120
120
@@ -212,7 +212,7 @@ info:
212
212
213
213
**Notes**
214
214
- the API rejects the request if the `timestamp` supplied is not within 2 hours of the server time
215
-
- in the example below `HMACSECRETKEY` has been `[REDACTED]`, this is the 'environment shared secret' which you received as part of creating your mailbox
215
+
- in the example below `SHARED_KEY` has been `[REDACTED]`, this is the 'environment shared secret' which you received as part of creating your mailbox
216
216
217
217
### Example implementation
218
218
Here is an implementation of the above in `python3`.
@@ -222,11 +222,11 @@ info:
222
222
import uuid
223
223
import datetime from hashlib
224
224
import sha256
225
-
225
+
226
226
AUTHSCHEMANAME = "NHSMESH " # Note: Space at the end of the schema.
227
-
HMACSECRETKEY = "[REDACTED]" # Note: Don't hard code your passwords in a real implementation.
0 commit comments