diff options
Diffstat (limited to 'docs/examples/resources.rst')
| -rw-r--r-- | docs/examples/resources.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/examples/resources.rst b/docs/examples/resources.rst index 0b76c466..f3242421 100644 --- a/docs/examples/resources.rst +++ b/docs/examples/resources.rst @@ -3,6 +3,16 @@ Getting Started - Resources --------------------------- +.. note:: + + A live sandbox instance of this API is available: + + http://api.django-rest-framework.org/resource-example/ + + You can browse the API using a web browser, or from the command line:: + + curl -X GET http://api.django-rest-framework.org/resource-example/ -H 'Accept: text/plain' + We're going to start off with a simple example, that demonstrates a few things: #. Creating resources. |
