achrefB3 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Update GoogleUrl #240

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

https://www.googleapis.com/discovery/v1/apis/discovery/v1/rest

Java environments (e.g. Java 6, Android 2.3, App Engine 1.4.2, or All)?

All.

Please describe the feature requested.

Now that the global parameters are in discovery, we should try to match them 
exactly in GoogleUrl.  Specifically, "prettyPrint" instead of "prettyprint", 
"userIp" instead of "userip", and add "oauth_token".

Original issue reported on code.google.com by yan...@google.com on 27 Jun 2011 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 28 Oct 2011 at 6:19

GoogleCodeExporter commented 9 years ago
The way we handle global parameters has been redesigned and is now generated 
directly from discovery. Also, we have created UriTemplate to deal with 
template expansion.

Should we instead deprecate GoogleUrl since we are no longer using it in the 
generated libraries?

Original comment by rmis...@google.com on 30 Nov 2011 at 4:43

GoogleCodeExporter commented 9 years ago
Marking as 'WontFix' because the global parameters are no longer in GoogleUrl. 
They are now generated directly from discovery in an API specific subclass of 
JsonHttpRequest (eg: CalendarRequest).

Original comment by rmis...@google.com on 25 Jan 2012 at 9:27

GoogleCodeExporter commented 9 years ago
Why don't we just deprecate GoogleUrl?

Original comment by yan...@google.com on 26 Jan 2012 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 26 Jan 2012 at 5:05

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 16 Feb 2012 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 7 Mar 2012 at 3:59

GoogleCodeExporter commented 9 years ago
I do think GoogleUrl is useful when you are not using the generated libraries.

Original comment by yan...@google.com on 7 Mar 2012 at 7:38

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/5780043/

Original comment by yan...@google.com on 7 Mar 2012 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 21 Mar 2012 at 1:22