Kopsova / zonky-api

Zonky API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zonky REST API

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).

Local development

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.

  1. Clone this repository
git clone git@github.com:zonkyio/zonky-api.git
cd zonky-api
  1. Install project dependencies
npm install
  1. Run development server
npm run dev

Server will start on http://localhost:3000 and will listen for changes in apiary.apib file.

  1. Export documentation
npm run build

The documentation will be exported to a single output.html file

About

Zonky API


Languages

Language:API Blueprint 100.0%