diff options
| author | Tom Christie | 2012-09-17 20:19:45 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-17 20:19:45 +0100 |
| commit | 308677037f1b1f2edbd2527beac8505033c98bdc (patch) | |
| tree | ca71c4429058c769dd17283a4da75d9a01409fce /docs/topics/rest-hypermedia-hateoas.md | |
| parent | 549ebdc1c67c20bdff39a2f4a59012dd010213a1 (diff) | |
| download | django-rest-framework-308677037f1b1f2edbd2527beac8505033c98bdc.tar.bz2 | |
Tweak docs, fix .error_data -> .errors
Diffstat (limited to 'docs/topics/rest-hypermedia-hateoas.md')
| -rw-r--r-- | docs/topics/rest-hypermedia-hateoas.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/rest-hypermedia-hateoas.md b/docs/topics/rest-hypermedia-hateoas.md index 2bca2ab8..46a4c9d7 100644 --- a/docs/topics/rest-hypermedia-hateoas.md +++ b/docs/topics/rest-hypermedia-hateoas.md @@ -1,8 +1,8 @@ +# REST, Hypermedia & HATEOAS + > You keep using that word "REST". I do not think it means what you think it means. > -> — Mike Amundsen, [talking at REST fest 2012][cite]. - -# REST, Hypermedia & HATEOAS +> — Mike Amundsen, [REST fest 2012 keynote][cite]. First off, the disclaimer. The name "Django REST framework" was choosen with a view to making sure the project would be easily found by developers. Throughout the documentation we try to use the more simple and technically correct terminology of "Web APIs". |
