0.3.0 • Published 6 years ago

pocketsmith v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

PocketSmith Node API

NPM version Travis Codecov

Work In Progress

Installation

npm i pocketsmith

Usage

var PocketSmith = require('pocketsmith');

var Smith = new PocketSmith('my-token'); // Obtain a token via https://developers.pocketsmith.com/

// Scoped to the `me` endpoint
Smith.init().then(function(User) {
	User.Accounts.getAll(function(Accounts) { ... });
});

// -- or --

Smith.Accounts.getAllByUser(1, function(Accounts) { ... });

// List of api endpoints coming soon...
0.3.0

6 years ago

0.2.3

6 years ago

0.2.1

7 years ago

0.2.0

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

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago