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

Support Summer '15 Batch REST API #91

Open michacom opened 9 years ago

michacom commented 9 years ago

http://docs.releasenotes.salesforce.com/en-us/summer15/release-notes/rn_api_rest.htm

kevinohara80 commented 9 years ago

Need to figure out if this should be part of nforce core or a plugin module. Definitely want to support this though.

michacom commented 9 years ago

IMHO, it should be a super set of existing requests. Explain myself: Before, if want to update a field and get real value in it (workflow/trigger field updates), you should make an update call, and after select one. Now, you should do the same, but enclose it in one batch call.

In my app, I implement it as an accumulator of calls, that on send split the list to chunks and send them as batches

IMHO

godd9170 commented 7 years ago

+1