kiolyn-api-specs
v6.6.17
Published
Update
Readme
Kiolyn API
Kiolyn API specification for generating client SDK.
The index.yaml is the main entry point which links to different files inside specs folder. Together they will be combined into api.yaml which in turn is used for generating client code.
Installing
For installing the editing environment
npm installFor watching the changes and automatically update api.yaml
npm run startFor manually generating api.yaml
npm run buildFor generating javascript client
npm run gen:jsDeployment
npm run publish:js