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

Raw response argument #77

Closed kevinohara80 closed 9 years ago

kevinohara80 commented 9 years ago

For methods like query() that return records that are wrapped in the sObject class, the user should be able to optionally specify raw:true to tell nforce to return the raw api response versus modifying the response in any way.

kevinohara80 commented 9 years ago

Implemented. To be released in 1.0