Gary

I think your are conflating two things that arent strictly related.
gadgets.io.RequestParameters.* are used to control how
gadgets.io.makeRequest will execute the proxied request to the specified URL
target. The OpenSocial REST APIs almost universally support GET operations.
Some APIs support POST/PUT/DELETE on a container by container basis. E.g
POST of AppData or Activities work on most containers.

Regards

-Louis

On Thu, Apr 30, 2009 at 1:15 PM, Gary Stevens <[email protected]> wrote:

>
>
> Hello all,
>
> I have been trying to get one gadget within one running version of Shindig
> to pass data through the OpenSocial REST calls into a database within
> another running copy of Shindig.  The problem I am having is that when I
> try to use a gadgets.io.RequestParameters.METHOD of
> gadgets.io.MethodType.POST or gadgets.io.MethodType.PUT it seems like a GET
> is executed instead.  I have read online (at
> http://sites.google.com/site/opensocialarticles/Home/shindig-rest-java)
> that as of August 2008 only GET had been implemented in the OpenSocial REST
> implementation while POST, PUT, and DELETE had not.  Which of the REST
> calls are currently supported in the Java version of Shindig?
>
> Thank you,
> Gary F Stevens

Reply via email to