From f3bd615152ef0ce9e5054ef4637b29691d13f756 Mon Sep 17 00:00:00 2001 From: thomasvanlankveld Date: Sat, 16 May 2015 20:34:31 +0200 Subject: [PATCH] Added Roy Fielding's dissertation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe8a371..31a38b6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ A collaborative list of great resources about RESTful API architecture, developm ## Design +* [Architectural Styles and +the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm) - Roy Fielding's dissertation defining REST. * [HTTP API design guide extracted from work on the Heroku Platform API](https://github.com/interagent/http-api-design) * [Best Practices for Designing a Pragmatic RESTful API](http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api) * [How to design a REST API?](http://blog.octo.com/en/design-a-rest-api/) - a full guide tackling security, pagination, filtering, versioning, partial answers, CORS, etc.