aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 16:41:32 +0200
committerLorenz Diener <[email protected]>2019-06-22 16:41:32 +0200
commit71c6bc0f52289cf0408946b7b9e3adb2810e4598 (patch)
treea0dd7186c6061f09c7bf1af5478861df79f5f71d /docs
parent903068887e02bc514eaf94520b5dc0827ebfc8c0 (diff)
downloadmastodon.py-71c6bc0f52289cf0408946b7b9e3adb2810e4598.tar.gz
Add, document and test stream_healthy
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 898c09a..1851b04 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1109,6 +1109,7 @@ various exceptions: `MastodonMalformedEventError` if a received event cannot be
1109.. automethod:: Mastodon.stream_local 1109.. automethod:: Mastodon.stream_local
1110.. automethod:: Mastodon.stream_hashtag 1110.. automethod:: Mastodon.stream_hashtag
1111.. automethod:: Mastodon.stream_list 1111.. automethod:: Mastodon.stream_list
1112.. automethod:: Mastodon.stream_healthy
1112 1113
1113StreamListener 1114StreamListener
1114~~~~~~~~~~~~~~ 1115~~~~~~~~~~~~~~
Powered by cgit v1.2.3 (git 2.41.0)