Rest API
up:: API
REpresentional State Transfer
Protocols:
- HTTP/1.1
Documentation:
- OpenAPI or
- Swagger
Set of principles and best practices to design APIs.
- Get
- Post
- Delete
- Put and Patch
Downsides
- JSON and XML are verbose
- Performance issues in data-heavy applications