0.3.0 • Published 8 years ago

pocketsmith v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.2.3

9 years ago

0.2.1

9 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago