diff options
| author | Tom Christie | 2012-10-08 12:17:43 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-08 12:17:43 +0100 |
| commit | f4d4d54e030addf64efe68f387b934262a3c173b (patch) | |
| tree | 8ae0cbd9b33447b71ddff4c5b5dde78e43aa5236 /docs/topics/rest-hypermedia-hateoas.md | |
| parent | 6b6c945d4e71bb70cb76c85cc675cc252a6ede2b (diff) | |
| download | django-rest-framework-f4d4d54e030addf64efe68f387b934262a3c173b.tar.bz2 | |
Adding migration and changelog docs
Diffstat (limited to 'docs/topics/rest-hypermedia-hateoas.md')
| -rw-r--r-- | docs/topics/rest-hypermedia-hateoas.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/rest-hypermedia-hateoas.md b/docs/topics/rest-hypermedia-hateoas.md index 46a4c9d7..3aa1ff5f 100644 --- a/docs/topics/rest-hypermedia-hateoas.md +++ b/docs/topics/rest-hypermedia-hateoas.md @@ -20,7 +20,7 @@ the Design of Network-based Software Architectures][dissertation]. For a more thorough background, check out Klabnik's [Hypermedia API reading list][readinglist]. -# Building Hypermedia APIs with REST framework +## Building Hypermedia APIs with REST framework REST framework is an agnositic Web API toolkit. It does help guide you towards building well-connected APIs, and makes it easy to design appropriate media types, but it does not strictly enforce any particular design style. |
