1.1.6 • Published 1 year ago

sendpulse-api v1.1.6

Weekly downloads
2,409
License
Apache-2.0
Repository
github
Last release
1 year ago

Node.js Package

SendPulse-rest-api-node.js

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

API Documentation https://sendpulse.com/api

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,function() {
    sendpulse.listAddressBooks(console.log);
});

You can get full list of API library methods in example

1.1.6

1 year ago

1.1.5

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago