REST Introduction
Does anybody know a short introduction to REST APIs ?
I know HTTP reasonably well (it is not that complicated after all, I dare to say) and I need to know specifically what REST is about. I understand that being ignorant on the matter does not help in selecting a good source, but I've found all books (PDFs) on the internet excessively long, 300 pages+. Is it me overlooking the topic - because I don't know what I am talking about - or are they truly excessive ?
Any recommendations ?
12 comments
[ 3.4 ms ] story [ 43.6 ms ] threadYou 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 ?
1: https://docs.microsoft.com/en-us/azure/architecture/best-pra...
https://github.com/Microsoft/api-guidelines/blob/vNext/Guide...
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.