This is repository for Zonky REST API documentation. The latest version of the documentation is also publicly available on Apiary (http://docs.zonky.apiary.io).
You can build and export the documentation locally outside Apiary with a few simple steps. All you need is working Node.js environment on your machine.
- Clone this repository
git clone [email protected]:zonkyio/zonky-api.git
cd zonky-api
- Install project dependencies
npm install
- Run development server
npm run dev
Server will start on http://localhost:3000
and will listen for changes in apiary.apib
file.
- Export documentation
npm run build
The documentation will be exported to a single output.html
file