UNPKG

tribune

Version:

Holy advocate to the Roman Senate, your Tribune will ensure the Consuls have your interests in mind.

14 lines (9 loc) 276 B
const Tribune = require('./lib/tribune'); const tribune = new Tribune({ agentUrl: 'http://localhost:8500' }); tribune.service('SubscriptionD').get('/', { json: true }, (err, res) => { if (err) { throw err; } console.log(res.statusCode); console.log(res.body); });