andrewscofield / parse.com-php-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

batch operations not implemented

michelhabib opened this issue · comments

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.

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...

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

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

Can point me to the parae docs on this?
On Nov 14, 2013 12:21 PM, "Ricardo Torres" notifications@github.com 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//issues/122#issuecomment-28519155
.

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

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

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 notifications@github.com 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//issues/122#issuecomment-28585178
.