Skip to content

Commit

Permalink
Update the readme, post #68
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Nov 3, 2014
1 parent 74d61c4 commit fe93623
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ Parameters that are not specified as a URL substitution will automatically be
used as query parameters. This is different than Retrofit, where all
parameters must be explicitly specified.

One thing that is important to note, is that **URL paths must be lowercase**.
URLs are case-insensitive in the HTTP spec, so we reflect that by being picky
about case :trollface:

However, the comparison between parameter name and URL parameter is *not*
The comparison between parameter name and URL parameter is *not*
case-sensitive, so it will work correctly if you name your parameter `groupId`
in the path `/group/{groupid}/show` for example.

Expand Down

0 comments on commit fe93623

Please sign in to comment.