firatsarlar / api-docs

Documentation for the Poloniex HTTP and Websocket public facing API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poloniex API Documentation

This repository holds the slate based documentation for the Poloniex HTTP and Websocket based public facing API. This is a complete content rewrite of the documentation without changes to the API's functionality.

Prerequisites

  • ruby 2.3.1 or newer
  • bundler

If you need bundler:

gem install bundler

Initialize

git clone https://github.com/poloniex/api-docs
cd api-docs/
bundle install

Run

bundle exec middleman server

See

Navigate to http://localhost:4567

Edits

All content lives in source/. Each section is an included file in the source/includes/ directory. Once you have edited a file, reloading the browser will show the incorporated changes.

Deploy

To deploy a set of flat files:

bundle exec middleman build --clean

Everything should end up in the build/ directory.

About

Documentation for the Poloniex HTTP and Websocket public facing API

License:Other


Languages

Language:JavaScript 87.2%Language:CSS 8.1%Language:Ruby 2.0%Language:Shell 1.7%Language:HTML 1.0%