Octobat
Search
K

API Libraries

Octobat has official libraries for different programming languages platforms.

Ruby

Available as a gem
Terminal
gem install octobat
Or, with Bundler:
Gemfile
gem 'octobat'
Check out the Ruby API docs, or see the source on GitHub.

Node.js

Install via npm
Terminal
npm install octobat-npm
Check out the node.js API docs, or see the source on GitHub.

PHP

Install via Composer
Terminal
composer require 0ctobat/octobat-php
Alternatively, you can download the source directly.
Check out the PHP API docs, or see the source on GitHub.