Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UriTemplate to RFC 6570 #189

Closed
wonderfly opened this issue Jan 9, 2015 · 4 comments
Closed

Update UriTemplate to RFC 6570 #189

wonderfly opened this issue Jan 9, 2015 · 4 comments
Assignees
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@wonderfly
Copy link
Contributor

From yan...@google.com on January 10, 2013 14:25:35

External references, such as a standards document, or specification? http://tools.ietf.org/html/rfc6570 http://javadoc.google-http-java-client.googlecode.com/hg/1.13.1-beta/com/google/api/client/http/UriTemplate.html Java environments (e.g. Java 6, Android 2.3, App Engine, or All)? All Please describe the feature requested. Current implementation of UriTemplate was based on draft 7, but by now it is RFC 6570. We should check if there are any changes to the specification and update the JavaDoc to link to the RFC. We don't necessarily need to support all of the functionality in the specification, but the existing functionality must be correct based on the final standard.

Original issue: http://code.google.com/p/google-http-java-client/issues/detail?id=189

@wonderfly wonderfly added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. imported labels Jan 9, 2015
@wonderfly wonderfly self-assigned this Jan 9, 2015
@wonderfly
Copy link
Contributor Author

From yan...@google.com on January 10, 2013 15:53:48

Some things that have changed: {?list_}, {;list_}, {?list_}, and {&list_}

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on March 06, 2013 09:40:13

Three expansions appear to have changed:
{;list_} ;list=red;list=green;list=blue
{?list_} ?list=red&list=green&list=blue
{&list*} &list=red&list=green&list=blue

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on March 06, 2013 10:30:29

https://codereview.appspot.com/7521043/

Status: Started
Cc: yan...@google.com

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on March 14, 2013 05:59:46

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant