I have a service that passes its parameters on the path of the request
(something like: /service/create/param1value/params2value). According to the
docs this is possible using the location property which can be "query" or
"path". No matter what value I give location api explorer always passes the
parameter on the query string i.e.
/service/create/?param1=param1value¶m2=params2value.
Original issue reported on code.google.com by erlichmen on 12 Dec 2012 at 11:30
Original issue reported on code.google.com by
erlichmen
on 12 Dec 2012 at 11:30