Api Root
This is the entry point for the API described in the REST framework tutorial.
Follow the hyperinks each resource offers to explore the API.
Note that you can also explore the API from the command line, for instance
using the curl command-line tool.
For example: curl -X GET http://restframework.herokuapp.com/ -H "Accept: application/json; indent=4"
GET /
{ "users": "http://restframework.herokuapp.com/users/", "snippets": "http://restframework.herokuapp.com/snippets/" }