hapi-dropbox-webhooks
v1.1.0
Published
A Hapi plugin for receiving requests from the Dropbox webhooks API.
Downloads
2
Maintainers
Readme
hapi-dropbox-webhooks
A Hapi plugin for receiving notifications from the Dropbox webhooks API.
Installation
npm install hapi-dropbox-webhooks
Usage
var DropboxWebhooks = require('hapi-dropbox-webhooks')
server.register({
register: DropboxWebhooks,
options: options,
})
Options
appSecret
String
The app secret. Required.
onNotification
Function
The callback to be invoked when a notification is received. The function has the signature
function(payload)
. Required.path
String
The path to listen on. Required.
Tests
$ npm test
License
See LICENSE.