kevinohara80 / nforce

nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
MIT License
474 stars 167 forks source link

Fix missing path portion of opts.uri in Connection.prototype.getUrl #46

Closed pfeilbr closed 10 years ago

pfeilbr commented 10 years ago

// before: url doesn't exist opts.uri = opts.oauth.instance_url + url;

// after opts.uri = opts.oauth.instance_url + data.url;

kevinohara80 commented 10 years ago

Thanks, but this is a dupe of #45. I'm merging that now and cutting a new beta release.