What's A REST API
Topic | Source |
---|---|
๐ฅ๏ธ Tech | What 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.