Scan barcode
A review by itheory
Web API Design: Crafting Interfaces that Developers Love by Brian Mulloy
informative
fast-paced
4.5
This is an excellent introduction to pragmatic RESTful API design. My only quibble is with the `PUT` example on page 28, which, since it's just updating selected fields, really should be a PATCH request.