aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 90cc8e2..c59940d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -343,6 +343,11 @@ Reading data: Reports
343 343
344.. automethod:: Mastodon.reports 344.. automethod:: Mastodon.reports
345 345
346Reading data: Domain blocks
347---------------------------
348
349.. automethod:: Mastodon.domain_blocks
350
346Writing data: Statuses 351Writing data: Statuses
347---------------------- 352----------------------
348These functions allow you to post statuses to Mastodon and to 353These functions allow you to post statuses to Mastodon and to
@@ -390,6 +395,14 @@ Writing data: Reports
390 395
391.. automethod:: Mastodon.report 396.. automethod:: Mastodon.report
392 397
398Writing data: Domain blocks
399---------------------------
400These methods allow you to block and unblock all statuses from a domain
401for the logged-in user.
402
403.. automethod:: Mastodon.domain_block
404.. automethod:: Mastodon.domain_unblock
405
393Streaming 406Streaming
394--------- 407---------
395These functions allow access to the streaming API. 408These functions allow access to the streaming API.
Powered by cgit v1.2.3 (git 2.41.0)