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
### PUBLISH DOCKER - THIS NEEDS CHANGING TO DO THE DOCKER BUILD IN THE BUILD STAGE AND ARTIFACT IT. SEE publishlibhostdocker below how how and the buildlibs action.
241
+
### PUBLISH DOCKER - THIS NEEDS CHANGING TO DO THE DOCKER BUILD IN THE BUILD STAGE AND ARTIFACT IT. SEE publishlibhostdocker below how how and the buildlibs action.
249
242
publishdocker:
250
243
name: "Publish docker packages"
251
244
runs-on: ubuntu-latest
@@ -272,8 +265,7 @@ jobs:
272
265
env:
273
266
CR_PAT: ${{ secrets.GITHUB_TOKEN }}
274
267
275
-
276
-
### PUBLISH NUGET
268
+
### PUBLISH NUGET
277
269
publishnuget:
278
270
name: "Publish nuget packages to nuget.pkg.github.com"
Copy file name to clipboardExpand all lines: README.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
The NHS Notify Supplier API is intended primarily for print suppliers to integrate with the NHS Notify message request queueing system.
7
7
8
-
It models the concepts needed to configure production of letters and other printed materials to specific specifications, provide proofs of these materials, receive batch production requests, provide details of returned letters and correspondence, and to report on the status of these artifacts and associated management information such as volumes and assocated costs.
8
+
It models the concepts needed to configure production of letters and other printed materials to specific specifications, provide proofs of these materials, receive batch production requests, provide details of returned letters and correspondence, and to report on the status of these artifacts and associated management information such as volumes and associated costs.
9
9
10
10
This repository documents the Supplier API specification and provides an SDK with examples and reference client implementations for interacting with it.
11
11
@@ -25,8 +25,7 @@ This repository documents the Supplier API specification and provides an SDK wit
25
25
-[SDK Assets](#sdk-assets)
26
26
-[Examples](#examples)
27
27
-[API Developers](#api-developers)
28
-
-[Documentation](#documentation-1)
29
-
-[pre built servers](#pre-built-servers)
28
+
-[Pre built servers](#pre-built-servers)
30
29
-[Setup](#setup)
31
30
-[Prerequisites and Configuration](#prerequisites-and-configuration)
32
31
-[SDKs](#sdks)
@@ -71,15 +70,9 @@ TODO:CCM-11209 Links to example clients.
71
70
72
71
## API Developers
73
72
74
-
New developer of the NHS Notify Supplier API
75
-
should understand the below.
73
+
New developer of the NHS Notify Supplier API should understand the below.
76
74
77
-
### Documentation
78
-
79
-
-[Built](/)
80
-
-[Source](/docs/README.md)
81
-
82
-
### pre built servers
75
+
### Pre built servers
83
76
84
77
- "Working" C# server [/src/server/host](/src/server/host)`docker run -p 8080:8080 ghcr.io/nhsdigital/libshostdocker:latest`
85
78
- View at [http://localhost:8080/swagger/index.html](http://localhost:8080/swagger/index.html)
@@ -109,7 +102,7 @@ should understand the below.
109
102
110
103
##### Libs
111
104
112
-
-[/src/server](/src/server) has various separate libaries that are used by:
105
+
-[/src/server](/src/server) has various separate libraries that are used by:
113
106
-[/src/server/host](/src/server/host) custom loads libs for different parts of the server
0 commit comments