boodskap-api-adapter

1.0.2 • Public • Published

Getting Started

This plugin requires node >= 6.0.0 and npm >= 1.4.15 (latest stable is recommended).

NPM Module Installation

> npm install boodskap-api-adapter --save

How it works?

var BoodskapAPI = require('boodskap-api-adapter');

var config = {
    apiUrl:"https://api.boodskap.io",
    domainKey:"",
    apiKey:""
}

# new BoodskapAPI(config, token);
# if you have already logged in pass the <TOKEN> to the boodskap api adapter


var boodskap = new BoodskapAPI(config, <TOKEN_OPTIONAL>)

#Execute login call

boodskap.login('<USER_NAME>','<PASSWORD>', function (status, data) {
    console.log(status)
    console.log(data)
})

Readme

Keywords

Package Sidebar

Install

npm i boodskap-api-adapter

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

11.3 kB

Total Files

5

Last publish

Collaborators

  • thangavigneshraja