DEV Community

Introduction to Restful web services

arpitmandliya on April 27, 2019

In this post, we will see RESTful web service introduction. REST is an architectural style which was brought in by Roy Fielding in 2000 in his doc...
Collapse
 
houdiiny profile image
Carlos Sá

Hi, I enjoyed reading this article. Makes a neat cheatsheet for common REST terms. Allow me to make a suggestion tho, in the uniform interface bit I would change the PUT with the POST so it matches the operation order above (CRUD) -> POST, GET, PUT, DELETE

Collapse
 
raghurss profile image
Raghu Vamsi

A great intro for restful web services!!