Table des matières

REST

Representational State Transfer

Representational State Transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web (www). Conforming to the REST constraints is referred to as being ‘RESTful’.

Raccourcis du sens des actions HTTP:

Method action
GET Retrieve
PUT Replace
POST Create
DELETE Remove

Voir aussi:

HATEOAS

Transformez votre API Web en une API Hypermedia