[Cosmo-dev] Sharing format wiki page
Brian Moseley
bcm at osafoundation.org
Fri Jul 7 13:14:58 PDT 2006
On 7/7/06, Morgen Sagen <morgen at osafoundation.org> wrote:
> Being able to make a single GET request that returned only the
> changed attributes (as well as new items and tombstones for deleted
> items) across all items in the collection would be nice and
> efficient. Likewise, does Atom support updating multiple resources
> in a single request, and is that group of changes atomic?
atom doesn't address such a thing. it would be a cosmo feature. we
could make it so that POST to a collection with a certain media type
would be interpreted as diffs for multiple resources and that the POST
is transactional. the data contained in the request body would have to
identify each resource to update and whatever information is needed to
make each update happen. this could look like a mime multipart
message, or it could look like a bunch of rdf triples, or whatever we
decide we want. really there's nothing atom-specific about this. it's
just basic http.
More information about the cosmo-dev
mailing list