1.0.2 • Published 10 years ago
mandrill-webhook-request-validator v1.0.2
mandrill-webhook-request-validator
Node Module that validates that the request is a valid incoming Mandrill request. It does not authenticate the request.
Installation
npm install mandrill-webhook-request-validator --saveUsage
var validator = require('mandrill-webhook-request-validator');
app.use(validator(options));Options
var options = {
url: 'url that the webhook is set to call',
};- url: url that the webhook is set to call
Tests
npm testLinks
Contributing
Add unit tests for any new or changed functionality. Lint and test your code.
Release History
Not yet released.
Legal Stuff
mandrill-webhook-request-validator is Copyright 2016 Aodhagán Collins. All Rights Reserved.
Distributed under MIT License.