REST
From WhyNotWiki
Fielding Dissertation: CHAPTER 5: Representational State Transfer (REST)
[edit]
Ryan Daigle (2007-03-14). REST & ActiveResource (http://ryandaigle.com/assets/2007/3/14/REST_ARes.pdf).
[edit] Grammar Abused
GET http://addressbook/contacts/destroy/1Implied action [destroy] conflicts with HTTP method [GET]
[edit] Nouns
Represent Resources with URIs (Uniform Resource Identifier)
- ‘contacts’ = http://addressbook/contacts
- Different representations of the same resource (html, xml, json)
- contacts.html, contacts.xml etc...
...
