tol-api

0.8.11 • Public • Published

TOL Api

A node.js API client for the TOL APIs.

###Requirements The api client requires q, request, and underscore.js.

###Installation There are 2 ways you can import this project.

1.) npm install tol-api

2.) Add the following entry to your packages.json and then run npm update (Recommended)

{
  "dependencies": {
    "tol-api": "0.8.x"
  }
}

###Usage

//Imports the tol-api library
var clientFactory = require('tol-api');

//Creates the api client and fetches your first access token
var client = clientFactory.createClient('https://baseApiUrl/v1', 'clientId', 'clientSecret');

client.getResult('cycles', 123456789).then(function(response) {
    console.log(response);
});

Readme

Keywords

none

Package Sidebar

Install

npm i tol-api

Weekly Downloads

107

Version

0.8.11

License

none

Unpacked Size

25.6 kB

Total Files

5

Last publish

Collaborators

  • chrisryan