0.2.35 • Published 6 years ago
figure-sdk v0.2.35
Figure SDK
The official Figure SDK for Node.
Role
The intention of this module is to provide developers a nice API to integrate their NodeJS applications with Figure.
Installation
Install the Figure SDK by running:
$ npm install --save figure-sdk
Basic usage
var Figure = require('figure-sdk');
var figure = Figure({token: 'token'});
var options = { query: { event__uuid: 'event_uuid', last: 10} }
figure.portraits.getAll(options, function(err, resp) { // do something with response })
Platforms
We also support Python SDK.
Support
If you're having any problem, please raise an issue.
License
The project is licensed under the MIT license.
0.2.35
6 years ago
0.2.34
6 years ago
0.2.33
6 years ago
0.2.32
7 years ago
0.2.31
7 years ago
0.2.30
7 years ago
0.2.20
8 years ago
0.2.19
8 years ago
0.2.18
8 years ago
0.2.17
8 years ago
0.2.16
8 years ago
0.2.15
8 years ago
0.2.14
8 years ago
0.2.13
8 years ago
0.2.12
8 years ago
0.2.11
8 years ago
0.2.10
8 years ago
0.2.9
8 years ago
0.2.8
8 years ago
0.2.7
8 years ago
0.2.6
8 years ago
0.2.5
8 years ago
0.2.4
8 years ago
0.2.3
8 years ago
0.2.2
8 years ago
0.2.1
8 years ago
0.2.0
8 years ago
0.1.12
9 years ago
0.1.11
9 years ago
0.1.10
9 years ago
0.1.9
9 years ago
0.1.8
9 years ago
0.1.7
9 years ago
0.1.6
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago