What is Rest API
REST is an acronym for the Representational State Transfer. REST is not HTTP(protocol), it is an architectural style used in creating web services.
- It uses Uniform Resource Identifiers (URI).
- Request Stateless Operations
REST is an acronym for the Representational State Transfer. REST is not HTTP(protocol), it is an architectural style used in creating web services.
Created in 2000 by Roy fielding is his ever-famous dissertation. Founded on 6 guiding Principals.