Skip to content

TimeZynk/timezynk-api-spec

Repository files navigation

Timezynk 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. Clone repo and cd
    • Run npm install

Usage

npm start

Starts the development server.

npm run build

Bundles the spec and prepares web_deploy folder with static assets.

npm test

Validates the spec.

npm run gh-pages

Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.

docker-compose up

Mocks api. Responds with hardcoded examples defines in each schema.