0.0.11 • Published 10 years ago

constantcontact v0.0.11

Weekly downloads
8
License
BSD
Repository
-
Last release
10 years ago

node-constantcontact

node.js api wrapper for constant contact v2 api

WARNING!

This API wrapper is very incomplete at the moment. I will continue to fill it out and improve the docs over the next couple of weeks. Let me know if there's something you're itching for in the meantime.

install

npm install constantcontact

use

var Client = require('constantcontact');

var client = new Client();

client.useKey("MY_API_KEY");
client.useToken("MY_ACCESS_TOKEN");
client.campaigns.get(function (err, res) {
  if (err) { throw err; }
  console.log(res);
});
0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago