Software Engineering KB

Home

❯

05 Software Design and Architecture

❯

03 API Design

❯

00 Category

❯

REST

REST

Feb 10, 20261 min read

  • api
  • rest

REST

Back: API Design

Representational State Transfer. An architectural style for distributed hypermedia systems where URLs represent resources and HTTP methods represent operations. The most widely used API style for web services.

Concepts

  • Resource-Oriented Design
  • Richardson Maturity Model
  • REST Best Practices
  • Pagination
  • API Versioning
  • HATEOAS

api rest


Graph View

  • REST
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • API Versioning
  • HATEOAS
  • Pagination
  • REST Best Practices
  • Resource-Oriented Design
  • Richardson Maturity Model
  • gRPC Use Cases
  • API Design
  • REST vs GraphQL vs gRPC Decision

Created with Quartz v4.5.2 © 2026

  • GitHub