roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Location property is not being respected #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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&param2=params2value.

Original issue reported on code.google.com by erlichmen on 12 Dec 2012 at 11:30