UNPKG

drip-nodejs

Version:

A complete NodeJS wrapper for connecting to the Drip v2 REST API

6 lines (5 loc) 96 B
module.exports = { fetchUser(callback) { return this.get('v2/user', {}, callback); } };