Skip to content

Latest commit

 

History

History
 
 

apidoc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

API documentation

This project contains the API specification for the programming language API.

This project was created from this Open API starter.

Installation

  1. Install Node JS.
  2. Run yarn install to install node modules.

Usage

yarn start

Starts the reference docs preview server.

yarn lint

Validates the definition to catch errors.

yarn build:spec

Bundles the definition to the dist folder.

yarn build:doc

Generate the HTML version to the build folder.

yarn build

Combine the bundle and HTML generation