mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-20 13:33:18 +03:00
Add link to json+hal hypermedia format.
This commit is contained in:
parent
b170973993
commit
c1be29418b
|
@ -32,7 +32,7 @@ REST framework also includes [serialization] and [parser]/[renderer] components
|
||||||
|
|
||||||
## What REST framework doesn't provide.
|
## What REST framework doesn't provide.
|
||||||
|
|
||||||
What REST framework doesn't do is give you is machine readable hypermedia formats such as [Collection+JSON][collection] or HTML [microformats] by default, or the ability to auto-magically create fully HATEOAS style APIs that include hypermedia-based form descriptions and semantically labelled hyperlinks. Doing so would involve making opinionated choices about API design that should really remain outside of the framework's scope.
|
What REST framework doesn't do is give you is machine readable hypermedia formats such as [HAL][hal], [Collection+JSON][collection] or HTML [microformats] by default, or the ability to auto-magically create fully HATEOAS style APIs that include hypermedia-based form descriptions and semantically labelled hyperlinks. Doing so would involve making opinionated choices about API design that should really remain outside of the framework's scope.
|
||||||
|
|
||||||
[cite]: http://vimeo.com/channels/restfest/page:2
|
[cite]: http://vimeo.com/channels/restfest/page:2
|
||||||
[dissertation]: http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
|
[dissertation]: http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
|
||||||
|
@ -44,6 +44,7 @@ What REST framework doesn't do is give you is machine readable hypermedia format
|
||||||
[readinglist]: http://blog.steveklabnik.com/posts/2012-02-27-hypermedia-api-reading-list
|
[readinglist]: http://blog.steveklabnik.com/posts/2012-02-27-hypermedia-api-reading-list
|
||||||
[maturitymodel]: http://martinfowler.com/articles/richardsonMaturityModel.html
|
[maturitymodel]: http://martinfowler.com/articles/richardsonMaturityModel.html
|
||||||
|
|
||||||
|
[hal]: http://stateless.co/hal_specification.html
|
||||||
[collection]: http://www.amundsen.com/media-types/collection/
|
[collection]: http://www.amundsen.com/media-types/collection/
|
||||||
[microformats]: http://microformats.org/wiki/Main_Page
|
[microformats]: http://microformats.org/wiki/Main_Page
|
||||||
[serialization]: ../api-guide/serializers.md
|
[serialization]: ../api-guide/serializers.md
|
||||||
|
|
Loading…
Reference in New Issue
Block a user