REST:API Architecture
REST: API stands for Representational state transfer API
Rules on how an API should be
Rule 1 - Uses Standard HTTP Method
HTTP Methods are as follows:-
GET
POST
PUT
PATCH
DELETE
The above are standard verbs used to interact with restful API
Ru...
hetashrikansariwala.hashnode.dev2 min read