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.
For installing the editing environment
npm install
For watching the changes and automatically update api.yaml
npm run start
For manually generating api.yaml
npm run build
For generating javascript client
npm run gen:js
npm run publish:js