projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d9bf43
)
Updated the broken link to twitter streaming API documentation
author
rakesh
<krvc.it@gmail.com>
Mon, 8 Dec 2014 20:29:55 +0000
(
01:59
+0530)
committer
rakesh
<krvc.it@gmail.com>
Mon, 8 Dec 2014 20:29:55 +0000
(
01:59
+0530)
docs/user/advanced.rst
patch
|
blob
|
history
diff --git
a/docs/user/advanced.rst
b/docs/user/advanced.rst
index 6ec61eac16af8c89c113f1f7e90082143b999034..ed990666dcb08e3dc4304ef2f78ddbba0396037f 100644
(file)
--- 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()`::