1.0.1 • Published 9 years ago

node-jambase v1.0.1

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

JamBase API for Node.js

node-jambase aims to provide a client library for the JamBase V3 REST API.

Configuration

You will need a valid JamBase API Key. Directions for obtaining one can be found here.

var JamBase = require('node-jambase');

var client = new JamBase(apiKey);

Add your credentials accordingly. I would use environment variables to keep your private info safe. So something like:

var client = new JamBase(process.env.JAMBASE_API_KEY);

Installation

npm install node-jambase

Usage

Methods are provided for all of the methods found in the JamBase API Documentation.

For examples, see examples/all.js.

1.0.1

9 years ago

1.0.0

9 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago