reach-api-sdk
v1.0.203
Published
sdk for reach api
Readme
reach-sdk usage
When changes are made to reach-api that affect exposed models and services, perform the following to update the SDK
- With reach-api running browse to https://localhost:44310/swagger/v1/swagger.yaml
- copy the contents and paste in \src\definition\swagger.yaml
- run
npm run buildto build models and services from the new yaml definition - check the current build version in package.json and increment by one
npm version 1.0.xxx
publishing to registry
Shervin will publish to NPM, contact him
