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