Representational state transfer (REST) is an architectural style that uses identification of resources; manipulation of resources through representations; self-descriptive messages; and, hypermedia as the engine of application state, to build distributed systems that are scalable and resilient to change.
The term was introduced and defined in 2000 by Roy Fielding in his doctoral dissertation. Fielding is one of the principal authors of the Hypertext Transfer Protocol (HTTP) specification versions 1.0 and 1.1.
Resources
- Representational state transfer, on Wikipedia,
- Architectural Styles and the Design of Network-based Software Architectures, Fielding's dissertation introducing REST,
- implementing-rest on Google Code.
- How to GET a Cup of Coffee
Question Index
Searching
REST search interface and the idempotency of GET
RESTful URL design for search
Best practice for implementing long-running searches with REST
Querystring in REST Resource url
What is the best way to create RESTful complex queries?
Question on REST conventions: retrieving information where lots of params are needed
Resource Design
How to design a RESTful collection resource?
RESTful design of a resource with binary states
RESTFful/Resource Oriented Design
RESTful resource - accepts a list of objects
RESTful API creates a globally unique resource
REST's 'resource communication mechanisms' and 'on-the-fly' improvement of a client's knowledge of them
How to move a REST resource?
Media Types
REST Media type explosion
Creating hypermedia links in a custom media-type
Custom content types: XLink vs. Atom