Rest API
REST API (sweetly explained ๐
)
REpresentational State Transfer.
REST is a set of guidelines.
Uses HTTP as a mode of transmission (It is not necessary to use though).
Data can be sent in various forms, Eg: HTML, JSON, XML etc.
REST != HTTP
Head...
akshayrr.hashnode.dev2 min read