1.0.0 • Published 9 years ago
apsis v1.0.0
apsis
Npm package for apsis newsletter marketing service.
Getting Started
Install using npm:
npm install apsis
Require and initiate in your project:
const apsis = require('apsis');
apsis.init({
ApiKey: xxx
});
Each method returns a promise.
Methods
Right now this package only has one method; create a subscriber to a mailing list.
apsis.subscriber.create(MailingListId, UpdateIfExists, subscriber)
Todo
- Add implementation for missing API methods
- Create some sort of build script so the can be maintained in several files
1.0.0
9 years ago