2017-07-12T04:43:58Z

2021-12-14T21:36:53Z

Dorian Taylor

Glossary & Index

http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm

https://ics.uci.edu/~fielding/pubs/dissertation/top.htm

information resource

layered system

Linked Data

networked information service

representation

Representational State Transfer

representational state transfer

REST

REST (Representational State Transfer) is an architectural style of (originally but not necessarily confined to Web) software, wherein a resource (identified, e.g., by a URI) is considered to be a state in a state machine, and its representation (content) contains the list of subsequent states (i.e., links to other URIs). REST has a considerable amount in common with Linked Data.

REST is an architectural style for networked information systems centered around information resources and their representations. To wit: the representational state of a hypermedia resource is transferred between client and server. These states are identified by URLs, and therefore subsequent representational states in the process are embedded in the current state (a concept abstrusely known as HATEOAS). This architectural style can be implemented on the Web but is not exclusively bound to it.

state (computing)

The Hypermedia Constraint

unified interface

Web API