Skip to content

bnc-projects/web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-api

Public Market Data API documentation for Brave New Coin.

Install ReDoc CLI

npm i -g redoc-cli

Build documentation

redoc-cli bundle openapi.yaml --output build/index.html --title "Brave New Coin API documentation" --template template.hbs --options.theme.colors.primary.main=#333F48 --options.theme.typography.links.color=#32329f --options.theme.typography.links.visited=#32329f --options.theme.typography.headings.fontFamily='Lato, sans-serif' --options.noAutoAuth --options.expandResponses=all

Run locally

redoc-cli serve openapi.yaml --output build/index.html --title "Brave New Coin API documentation" --template template.hbs --options.theme.colors.primary.main=#333F48 --options.theme.typography.links.color=#32329f --options.theme.typography.links.visited=#32329f --options.theme.typography.headings.fontFamily='Lato, sans-serif' --options.noAutoAuth --options.expandResponses=all --watch

ReDoc documentation

About

The Brave New Coin API documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages