REST in Practice

Hypermedia and Systems Architecture

No cover

Jim Webber, Savas Parastatidis, Ian Robinson: REST in Practice (2010, O'Reilly Media, Incorporated)

English language

Published 2010 by O'Reilly Media, Incorporated.

ISBN:
978-1-4493-9702-9
Copied ISBN!

View on OpenLibrary

4 stars (1 review)

2 editions

Review of 'Rest in Practice' on 'Storygraph'

4 stars

It's a good solid book that goes over the different kinds of REST in order, and explains why it is that HATEOAS and MIME types are really the most extensible form of REST that you can use.

I would have appreciated more discussion of HATEOAS edge case such as batching and partial updates, and a more in-depth explanation of what a resource is and how to cut down on network round trips (this was a concern when writing an API that had to interact with a flash client, as starting a flash client and doing several HTTP round trips is not all that cheap). Still, for what it provides, it is far better than most of the other books out there, particularly the O'Reilly option.