0.2.35 • Published 4 years ago

figure-sdk v0.2.35

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

0.2.34

4 years ago

0.2.33

4 years ago

0.2.32

6 years ago

0.2.31

6 years ago

0.2.30

6 years ago

0.2.20

6 years ago

0.2.19

6 years ago

0.2.18

6 years ago

0.2.17

6 years ago

0.2.16

7 years ago

0.2.15

7 years ago

0.2.14

7 years ago

0.2.13

7 years ago

0.2.12

7 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.12

7 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago