Skip to content

Instantly share code, notes, and snippets.

@jirwin
Created June 18, 2014 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jirwin/64120306393e895d89cf to your computer and use it in GitHub Desktop.
Save jirwin/64120306393e895d89cf to your computer and use it in GitHub Desktop.
var customer = require('./lib/http/customer');
customer.getCustomerContacts('731078', {}, function(err, contacts) {
console.dir(err);
console.dir(contacts);
process.exit(0);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment