REST Concepts and Features: Core Technology for Web Services
Definition
REST (Representational State Transfer).
Rules the way data is exchanged between different devices or systems.
Identification through unique HTTP URI (Uniform Resource Identifier)
Use of HTTP methods (POST, GET, PUT, DELETE, PATCH, etc.) ...
eunhanlee.hashnode.dev3 min read