Hey Guys,
Gonzalo has been working hard on implementing Batching support to PHP
shindig (and doing a bang up job at it too), and looking at the
resulting code it does work with our restful-container.js
implementation..
Our implementation laces a couple of requests together into one big
json object. However looking at the spec at:
http://sites.google.com/a/opensocial.org/opensocial/Technical-Resources/opensocial-specification----implementation-version-08/restful-api-specification
I see a different approach to this, using multiple form parts in a
post. (and returning the response with the same kind of multi form
part headers too).
Are we aware of this, and whats the future plan here? Doing 2 types of
batching request support (wire format and spec format) or is the
future plan to merge these 2 and this is just code to make the basics
work as we are working towards the real implementation? (It feels to
me that that's the case here, or should be, but i don't remember
reading an email to that effect).
-- Chris