diff options
| author | rakesh <krvc.it@gmail.com> | 2014-12-09 01:59:55 +0530 |
|---|---|---|
| committer | rakesh <krvc.it@gmail.com> | 2014-12-09 01:59:55 +0530 |
| commit | 508f4b1ca514b2f18adaba807eaa81e0c298b8e1 (patch) | |
| tree | 6f5b9b13b889076c9e8a3f797b780ad64036df20 /docs/user | |
| parent | 1d9bf43def50780f733e83b9e0d99c9673f0abbe (diff) | |
| download | python-requests-508f4b1ca514b2f18adaba807eaa81e0c298b8e1.tar.gz | |
Updated the broken link to twitter streaming API documentation
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/advanced.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 6ec61eac..ed990666 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -384,7 +384,7 @@ Streaming Requests With :class:`requests.Response.iter_lines()` you can easily iterate over streaming APIs such as the `Twitter Streaming -API <https://dev.twitter.com/docs/streaming-api>`_. Simply +API <https://dev.twitter.com/streaming/overview>`_. Simply set ``stream`` to ``True`` and iterate over the response with :class:`~requests.Response.iter_lines()`:: |
