aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-12-13 17:26:44 +0100
committerLorenz Diener <[email protected]>2017-12-13 17:26:44 +0100
commit7ed769b37a9fc27e36023370ad265380cbc50c52 (patch)
treefc77e0b010044eea0c607383e8c8db412147bac9 /docs/index.rst
parent75aebac744717216118afcdb89c96cfe8856e9ef (diff)
downloadmastodon.py-7ed769b37a9fc27e36023370ad265380cbc50c52.tar.gz
Add list streaming
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3dff97a..fe92636 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -585,7 +585,7 @@ will return a handle corresponding to the open connection. The
585connection may be closed at any time by calling the handles close() method, and the 585connection may be closed at any time by calling the handles close() method, and the
586status of the connection can be verified calling is_alive() on the handle. 586status of the connection can be verified calling is_alive() on the handle.
587 587
588The streaming functions take instances of `StreamListener` as a parameter. 588The streaming functions take instances of `StreamListener` as the `listener` parameter.
589A `CallbackStreamListener` class that allows you to specify function callbacks 589A `CallbackStreamListener` class that allows you to specify function callbacks
590directly is included for convenience. 590directly is included for convenience.
591 591
@@ -593,6 +593,7 @@ directly is included for convenience.
593.. automethod:: Mastodon.stream_public 593.. automethod:: Mastodon.stream_public
594.. automethod:: Mastodon.stream_local 594.. automethod:: Mastodon.stream_local
595.. automethod:: Mastodon.stream_hashtag 595.. automethod:: Mastodon.stream_hashtag
596.. automethod:: Mastodon.stream_list
596 597
597StreamListener 598StreamListener
598~~~~~~~~~~~~~~ 599~~~~~~~~~~~~~~
Powered by cgit v1.2.3 (git 2.41.0)