Repository for Zonky Open Banking API documentation. The latest version of the documentation is publicly available on Apiary (https://zonkyopenbanking.docs.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/openbanking-api.git
cd openbanking-api- Install project dependencies
npm install- Run development server
npm run devServer will start on http://localhost:3000 and will listen for changes in apiary.apib file.
- Export documentation
npm run buildThe documentation will be exported to a single output.html file.