How to use the gofer.call function in gofer

To help you get started, we’ve selected a few gofer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github groupon / nlm / lib / github / client.js View on Github external
function Github(config) {
  Gofer.call(this, config, 'github');
}
util.inherits(Github, Gofer);

gofer

A general purpose service client library

BSD-3-Clause
Latest version published 2 months ago

Package Health Score

74 / 100
Full package analysis

Popular gofer functions