API Libraries
Octobat has official libraries for different programming languages platforms.
Ruby
Available as agem
Terminal
gem install octobat
Or, with Bundler:
Gemfile
gem 'octobat'
Check out theRuby API docs, or see the source onGitHub.
Node.js
Install vianpm
Terminal
npm install octobat-npm
Check out thenode.js API docs, or see the source onGitHub.
PHP
Install viaComposer
Terminal
composer require 0ctobat/octobat-php
Alternatively, you candownload the source directly.
Check out thePHP API docs, or see the source onGitHub.