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-sdkBasic 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.
6 years ago
6 years ago
6 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago