What are REST resources and how do they relate to resource names and resource representations?
I read a few articles on the subject, but they were too abstract and t
Conceptually you can think about a resource as everything which is accessible on the web using an URL. If you stick to this rule http://api.example.com/users.json?length=2&offset=5 can be considered a resource
http://api.example.com/users.json?length=2&offset=5