diff options
Diffstat (limited to 'docs/howto/usingcurl.rst')
| -rw-r--r-- | docs/howto/usingcurl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/usingcurl.rst b/docs/howto/usingcurl.rst index 2ad2c764..eeb8da06 100644 --- a/docs/howto/usingcurl.rst +++ b/docs/howto/usingcurl.rst @@ -27,4 +27,4 @@ There are a few things that can be helpful to remember when using CURL with djan #. You can use basic authentication to send the username and password:: - curl -X GET -H 'Accept: application/json' -u <user>:<password> http://example.com/my-api/
\ No newline at end of file + curl -X GET -H 'Accept: application/json' -u <user>:<password> http://example.com/my-api/ |
