I am creating a new REST service.
What is the standard for passing parameters to REST services. From different REST implementations in Java, you can configure param
The first variation is a little cleaner, and allows you to reserve the request parameters for things like sort order and page, as in
http://www.rest.services.com/items/b?sort=ascending;page=6