What's A REST API

TopicSource
๐Ÿ–ฅ๏ธ TechWhat is a REST API? - YouTube

A REST API creates a simple and standardized approach to communicate data between client and server.

Rest stands for Represental State Transfer. Its focus is to create a simple and standardized approach to communicate data between client and server.
The API should be stateless and give your server a high performance due to caching.

A REST API uses the CRUD actions.


  1. CRUD actions