Restful API
Restful API
Definition: A RESTful API is an API that follows REST (Representational State Transfer) using standard HTTP methods to operate on resources.
What is a resource here a some examples
/users → resource collection
/users/123 → specific reso...
dev-morrissimons.hashnode.dev2 min read