Skip to content

Postcard/figure-sdk-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.