Rest is the new SOAP – followup
medium.freecodecamp.org
Rest is the new SOAP – followup
1–3 of 3 posts
Re: Rest is the new SOAP – followup
#2In my experience, calling for building a "RESTfuL" API is shorthand for a service that is well designed, well documented, and has good tooling. I don't think I can name one service I've worked with that is truly "REST".
Re: Rest is the new SOAP – followup
#3In my experience, calling for building a "RESTfuL" API is shorthand for a service that is well designed, well documented, and has good tooling. I don't think I can name one service I've worked with that is truly "REST".
In my experience it is that plus being http. And maybe caring about VERBs.