gitbook-api
Node and browser, javascript client for the GitBook.com API.
Installation
$ npm install gitbook-api --save
Usages
const GitBookAPI = ;const client = ;
Or create an API client with an authentified user:
const client = username: 'MyUsername' token: 'password or token';
Or using an OAuth token:
var client = token: 'oauth token';
Then execute API requests:
client client