/SpeckleSpecs

Speckle Open Api 2.0 Specification

MIT LicenseMIT

Speckle OpenApi Documentation

DOI

View these docs here.

Build

  1. npm install
  2. npm run build

Build explanation

  1. swagger-cli bundle: This resolves all the references and bundles up the schemas into #/components/schemas.
  2. widdershins: This converts into a md file for use by shins.
  3. shins: This converts the md file into a single html file.

Deploy

If you push to the master branch, Travis will build and push the artifacts to the gh-pages branch.