1.6.5 • Published 9 years ago

sendgrid-extended v1.6.5

Weekly downloads
27
License
-
Repository
github
Last release
9 years ago

SendGrid-nodejs

Same as: https://github.com/sendgrid/sendgrid-nodejs but with support for stats endpoint

var data, sendgrid;

sendgrid = require('sendgrid')(sendgridApiUser, sendgridApiKey);

data = {
  days: 5
};

sendgrid.stats(data, function(err, json) {
  
});

License

Licensed under the MIT License.

1.6.5

9 years ago

1.6.4

9 years ago

1.6.3

9 years ago

1.6.2

9 years ago

1.6.1

9 years ago

1.6.0

9 years ago