/api-docs

Audius API Documentation

Primary LanguageJavaScriptOtherNOASSERTION

Audius API Documentation

https://audiusproject.github.io/api-docs

Getting started:

> gem install bundler
> bundle install
> bundle exec middleman server

# generate swagger docs
> npm install -g widdershins
> brew install jq
> ./swagger-import.sh http://docker.for.mac.localhost:5000/v1/swagger.json # or whatever swagger

Up & running @ localhost:4567

Deploy (github pages):

IMPORTANT: Make sure you have run swagger-import first!

> ./deploy.sh