The basics of REST: An introduction
REST is an acronym for "REpresentational State Transfer" and is an architectural style for distributed systems based on the HTTP protocol. It was introduced by Roy Fielding in his dissertation in 2000 and has since established itself as one of the most important approaches for the development of web applications. REST enables communication between client and server via standardised interfaces, thereby promoting the scalability, reliability and maintainability of web applications. REST is based [...]
The basics of REST: An introduction Read more »