Any recommendations ?
REST Introduction
1–10 of 13 posts
Re: REST Introduction
#2You can jump ahead to the Representational State Transfer chapter to get a good overview of REST, then read whichever chapters seem interesting or solve whichever problems you're facing.
Re: REST Introduction
#3I strongly recommend Designing Web APIs: http://shop.oreilly.com/product/0636920123880.do You can jump ahead to the Representational State Transfer chapter to get a good overview of REST, then read whichever chapters seem interesting or solve whichever problems you're facing.
am I looking at a the right edition ?
Re: REST Introduction
#41: https://docs.microsoft.com/en-us/azure/architecture/best-pra...
Re: REST Introduction
#5Microsoft has a decent document regarding REST API design[1]. The main gist is, HTTP Verbs tell the application what to do with the object the URI Path points to. 1: https://docs.microsoft.com/en-us/azure/architecture/best-pra...
https://github.com/Microsoft/api-guidelines/blob/vNext/Guide...
Re: REST Introduction
#6I strongly recommend Designing Web APIs: http://shop.oreilly.com/product/0636920123880.do You can jump ahead to the Representational State Transfer chapter to get a good overview of REST, then read whichever chapters seem interesting or solve whichever problems you're facing.
Can't find that chapter here: https://www.amazon.com/Designing-Web-APIs-Building-Developer... am I looking at a the right edition ?
Re: REST Introduction
#7For the former you can read the Microsoft REST guidelines, for the latter I suggest getting Mike Amundsen's RESTful Web APIs book.
If you do go with the latter be prepared for a lot of frustration with those who went with the former.
Re: REST Introduction
#8There's two kinds of REST. REST as most developers misunderstand it, and REST as Roy Fielding, inventor of REST, understands it. For the former you can read the Microsoft REST guidelines, for the latter I suggest getting Mike Amundsen's RESTful Web APIs book. If you do go with the latter be prepared for a lot of frustration with those who went with the former.
Re: REST Introduction
#9Re: REST Introduction
#10Microsoft has a decent document regarding REST API design[1]. The main gist is, HTTP Verbs tell the application what to do with the object the URI Path points to. 1: https://docs.microsoft.com/en-us/azure/architecture/best-pra...
If you wish to see everything in one single doc page. https://github.com/Microsoft/api-guidelines/blob/vNext/Guide...