Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

REST API

REST stands for Representational state transfer. It formalize an interface to access resources that are physically separated.

REST defines four interface constraints:

  • Identification of resources
  • Manipulation of resources
  • Self-descriptive messages
  • Hypermedia as the engine of application state

REST APIs are documented with OpenAPI, aka swagger.

Documentation

See Also