@sargon/api-spec
v1.1.30
Published
## How to update the spec
Readme
Sargon API Spec
How to update the spec
- Edit
./specs/specification.ymlto update the api spec. - Increment patch version in
./package.jsonand./configuration-node.json. - Commit the changes.
Bitbucket build pipelines will generate API client and publish it to https://www.npmjs.com/package/@sargon/api-client
Reference
- https://github.com/OpenAPITools/openapi-generator
./templates-javascriptcustom templates are based on https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator/src/main/resources/typescript-fetch
