REST

From WhyNotWiki

Jump to: navigation, search

REST  edit   (Category  edit)


Fielding Dissertation: CHAPTER 5: Representational State Transfer (REST)

[edit]

star_full.gif star_full.gif star_full.gif Ryan Daigle (2007-03-14). REST & ActiveResource (http://ryandaigle.com/assets/2007/3/14/REST_ARes.pdf). Retrieved on 2007-05-11 11:18.


...

[edit] Grammar Abused

GET http://addressbook/contacts/destroy/1

Implied 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...

...

Retrieved from "http://whynotwiki.com/REST"
Personal tools