Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1001 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 1001 Bytes

PlazaRouting OpenAPI Specification

Build Status

Links

Warning: All above links are updated only after Travis CI finishes deployment

Working on specification

Install

  1. Install Node JS
  2. npm install -g yo
  3. npm install -g generator-openapi-repo
  4. clone repo
  5. yo openapi-repo

Usage

  1. start local flask server and go to http://localhost:5000/api/swagger.json
  2. save swagger.json to spec/
  3. delete spec/swagger.yaml
  4. yo openapi-repo and make sure not to override the README
  5. push changes