0.8.11 • Published 2 years ago

tol-api v0.8.11

Weekly downloads
101
License
-
Repository
-
Last release
2 years ago

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);
});
0.8.11

2 years ago

0.8.9

3 years ago

0.8.10

3 years ago

0.8.8

4 years ago

0.8.7

4 years ago

0.8.6

5 years ago

0.8.5

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

6 years ago

0.7.5

7 years ago

0.7.4

7 years ago

0.7.3

7 years ago

0.7.2

8 years ago

0.7.1

8 years ago

0.7.0

9 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago