diff options
| author | Tom Christie | 2012-09-12 10:12:13 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-12 10:12:13 +0100 | 
| commit | c85f799ade0710dd27838e8bfc78989c80213d6a (patch) | |
| tree | 39ffc44c768c1b24d9e06e64393eb2194216b571 /docs/api-guide/reverse.md | |
| parent | d4f8b4cf0683923fe85652f8fd572d2931eb3074 (diff) | |
| download | django-rest-framework-c85f799ade0710dd27838e8bfc78989c80213d6a.tar.bz2 | |
Updating docs
Diffstat (limited to 'docs/api-guide/reverse.md')
| -rw-r--r-- | docs/api-guide/reverse.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/api-guide/reverse.md b/docs/api-guide/reverse.md index 6e42b68e..f3cb0c64 100644 --- a/docs/api-guide/reverse.md +++ b/docs/api-guide/reverse.md @@ -1,12 +1,12 @@  <a class="github" href="reverse.py"></a> -# Returning URIs from your Web APIs +# Returning URLs  > The central feature that distinguishes the REST architectural style from other network-based styles is its emphasis on a uniform interface between components.  >  > — Roy Fielding, [Architectural Styles and the Design of Network-based Software Architectures][cite] -As a rule, it's probably better practice to return absolute URIs from you web APIs, such as `http://example.com/foobar`, rather than returning relative URIs, such as `/foobar`. +As a rule, it's probably better practice to return absolute URIs from you Web APIs, such as `http://example.com/foobar`, rather than returning relative URIs, such as `/foobar`.  The advantages of doing so are: | 
