aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-06-15 23:13:34 +0200
committerLorenz Diener <[email protected]>2017-06-15 23:13:34 +0200
commitaa3e678c7b8306f1922a2b6de1198b3e677b8d01 (patch)
tree18d1a0f58d94b13434c9b3df7a7bf051845e4243 /docs
parentb57b66ebb5dc83b2b1f7c8624d31e605eb6e6c43 (diff)
downloadmastodon.py-aa3e678c7b8306f1922a2b6de1198b3e677b8d01.tar.gz
Domain blocking + documentation
Diffstat (limited to 'docs')
-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)