Re: Exposing APIs that carry POST data

2013-04-25 Thread Min Chen
REST based service is postponed, no active progress from mysids either. Thanks -min On 4/25/13 1:10 AM, "Rohit Yadav" wrote: >On Thu, Apr 25, 2013 at 10:59 AM, Prasanna Santhanam >wrote: > >> On Wed, Apr 24, 2013 at 06:08:49AM -0400, Sebastien Goasguen wrote: >> > >> > On Apr 24, 2013, at 4:38

Re: Exposing APIs that carry POST data

2013-04-25 Thread Rohit Yadav
On Thu, Apr 25, 2013 at 10:59 AM, Prasanna Santhanam wrote: > On Wed, Apr 24, 2013 at 06:08:49AM -0400, Sebastien Goasguen wrote: > > > > On Apr 24, 2013, at 4:38 AM, Prasanna Santhanam wrote: > > > > > Vijay added the ability to send userdata as POST for the > > > deployVirtualMachine API in re

Re: Exposing APIs that carry POST data

2013-04-24 Thread Prasanna Santhanam
On Wed, Apr 24, 2013 at 06:08:49AM -0400, Sebastien Goasguen wrote: > > On Apr 24, 2013, at 4:38 AM, Prasanna Santhanam wrote: > > > Vijay added the ability to send userdata as POST for the > > deployVirtualMachine API in review [1]. What I'd like to address here > > is how to expose this via Ap

Re: Exposing APIs that carry POST data

2013-04-24 Thread Prasanna Santhanam
On Wed, Apr 24, 2013 at 09:02:09AM -0700, Chiradeep Vittal wrote: > CS has always had the ability to accept POST for any api. Oh I don't know about that. Because it seems like Vijay has had to drill down the HTTP Method into the API layer. Changes to the BaseCmd.java indicate the method (GET/POST)

Re: Exposing APIs that carry POST data

2013-04-24 Thread Chiradeep Vittal
CS has always had the ability to accept POST for any api. On 4/24/13 1:38 AM, "Prasanna Santhanam" wrote: >Vijay added the ability to send userdata as POST for the >deployVirtualMachine API in review [1]. What I'd like to address here >is how to expose this via ApiDiscovery so that clients like

Re: Exposing APIs that carry POST data

2013-04-24 Thread Sebastien Goasguen
On Apr 24, 2013, at 4:38 AM, Prasanna Santhanam wrote: > Vijay added the ability to send userdata as POST for the > deployVirtualMachine API in review [1]. What I'd like to address here > is how to expose this via ApiDiscovery so that clients like marvin, > cloudmonkey can autogenerate themselve

Exposing APIs that carry POST data

2013-04-24 Thread Prasanna Santhanam
Vijay added the ability to send userdata as POST for the deployVirtualMachine API in review [1]. What I'd like to address here is how to expose this via ApiDiscovery so that clients like marvin, cloudmonkey can autogenerate themselves to support APIs of this kind. This also needs to be clearly spec