Yes - it is supported in both java and php. In java, look at the *Handler classes. They each have doPost, doPut, doDelete and doGet
- Cassie On Thu, Jul 24, 2008 at 6:57 AM, Chewy Trewhella <[EMAIL PROTECTED]> wrote: > http://code.google.com/apis/opensocial/docs/0.8/restfulspec.html > Section 3 > > OpenSocial uses standard HTTP methods: GET to retrieve, PUT to update in > place, POST to create new, and DELETE to remove. POST is special; it > operates on collections and creates new activities, persons, or app data > within those collections, and returns the base URI for the created resource > in the Location: header, per AtomPub semantics. > > Is that what you meant? I'm now thinking you meant Shindig specifically, > right? > > > > On Thu, Jul 24, 2008 at 12:12 PM, Ram Sharma <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > Does Shindig Restful API supports POST/PUT/DELETE Methods. If not is > there > > any ETA for this ? > > -- > > Ram Sharma > > >

