mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
abf0ee8b97
to stay in sync.
24 lines
647 B
ReStructuredText
24 lines
647 B
ReStructuredText
Examples
|
|
========
|
|
|
|
There are a few real world web API examples included with Django REST framework.
|
|
|
|
#. :doc:`examples/objectstore` - Using :class:`views.View` classes for APIs that do not map to models.
|
|
#. :doc:`examples/pygments` - Using :class:`views.View` classes with forms for input validation.
|
|
#. :doc:`examples/blogpost` - Using :class:`views.ModelView` classes for APIs that map directly to models.
|
|
|
|
All the examples are freely available for testing in the sandbox:
|
|
|
|
http://rest.ep.io
|
|
|
|
(The :doc:`examples/sandbox` resource is also documented.)
|
|
|
|
Example Reference
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
examples/*
|