parse.com-php-library icon indicating copy to clipboard operation
parse.com-php-library copied to clipboard

batch operations not implemented

Open michelhabib opened this issue 12 years ago • 5 comments
trafficstars

i am starting to use the parse library, and my first calll needs to do a batch operation :) Since i do not see the batch implemented, i am trying to implement it now, can i add it once it is working? i hope i can help.

michelhabib avatar Nov 05 '13 22:11 michelhabib

I too am looking into this. It would help reduce the number of requests done to parse if we can put various object requests together in one batch request ... that is, if I understood this correctly from the parse documentation...

morales2k avatar Nov 14 '13 18:11 morales2k

+1 Any update on this @michelhabib or @apotropaic ?

I'll see what I can about it, perhaps a PR will come in the way.

rictorres avatar Nov 14 '13 20:11 rictorres

Can point me to the parae docs on this? On Nov 14, 2013 12:21 PM, "Ricardo Torres" [email protected] wrote:

+1 Any update on this @michelhabib https://github.com/michelhabib or @apotropaic https://github.com/apotropaic ?

I'll see what I can about it, perhaps a PR will come in the way.

— Reply to this email directly or view it on GitHubhttps://github.com/apotropaic/parse.com-php-library/issues/122#issuecomment-28519155 .

andrewscofield avatar Nov 15 '13 16:11 andrewscofield

https://www.parse.com/docs/rest#objects-batch

This is for objects. To send in one request various object operations.

morales2k avatar Nov 15 '13 17:11 morales2k

oh... yea this should be pretty easy to implement. I'm actually working on an upgrade to this library. But if I have time to include in this version I'll check back here

On Fri, Nov 15, 2013 at 9:02 AM, J.Morales [email protected] wrote:

https://www.parse.com/docs/rest#objects-batch

This is for objects. To send in one request various object operations.

— Reply to this email directly or view it on GitHubhttps://github.com/apotropaic/parse.com-php-library/issues/122#issuecomment-28585178 .

andrewscofield avatar Nov 15 '13 19:11 andrewscofield