Skip to content

skurt/zonky-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • API Blueprint 100.0%