API Documentation
How to generate and update API documentation on REST APIs
API documentation can be generated by running the following command:
$ npm run docs
And these docs can be served locally by running:
$ npm run docs-server
...and going to http://localhost:9002
in the browser to see them.
The API documentation is generated from docs/api-blueprint.md
.
These docs are also hosted on Apiary; read more here
Updated less than a minute ago