diff options
| author | Tom Christie | 2012-10-13 15:34:38 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-13 15:34:38 +0100 |
| commit | b3477b3b6c1431a03089d68828c13568d02dc990 (patch) | |
| tree | e988183576a8f2d75c8515323ea4adef84e89413 /docs/topics/browsable-api.md | |
| parent | fe5db419491fb400d4f7211f57225719087d7c36 (diff) | |
| download | django-rest-framework-b3477b3b6c1431a03089d68828c13568d02dc990.tar.bz2 | |
Docs tweaks
Diffstat (limited to 'docs/topics/browsable-api.md')
| -rw-r--r-- | docs/topics/browsable-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/browsable-api.md b/docs/topics/browsable-api.md index ed27752f..df0eb353 100644 --- a/docs/topics/browsable-api.md +++ b/docs/topics/browsable-api.md @@ -1,4 +1,4 @@ -# Working with the Browsable API +# The Browsable API API may stand for Application *Programming* Interface, but humans have to be able to read the APIs, too; someone has to do the programming. Django REST Framework supports generating human-friendly HTML output for each resource when the `HTML` format is requested. These pages allow for easy browsing of resources, as well as forms for submitting data to the resources using `POST`, `PUT`, and `DELETE`. |
