1.0.11 • Published 7 years ago

@makeomatic/sendpulse-api v1.0.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 years ago

SendPulse-rest-api-node.js

A simple SendPulse REST client library and example for Node.js

Install

npm install sendpulse-api

Usage

var sendpulse = require("sendpulse-api");
/*
 * https://login.sendpulse.com/settings/#api
 */
var API_USER_ID = "USER_ID";
var API_SECRET = "USER_SECRET";
var TOKEN_STORAGE = "/tmp/";

sendpulse.init(API_USER_ID,API_SECRET,TOKEN_STORAGE);

var cb = function cb(data){
    console.log(data);
}

sendpulse.listAddressBooks(cb);
1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago