From aa3e678c7b8306f1922a2b6de1198b3e677b8d01 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 15 Jun 2017 23:13:34 +0200 Subject: Domain blocking + documentation --- docs/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/index.rst') 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 .. automethod:: Mastodon.reports +Reading data: Domain blocks +--------------------------- + +.. automethod:: Mastodon.domain_blocks + Writing data: Statuses ---------------------- These functions allow you to post statuses to Mastodon and to @@ -390,6 +395,14 @@ Writing data: Reports .. automethod:: Mastodon.report +Writing data: Domain blocks +--------------------------- +These methods allow you to block and unblock all statuses from a domain +for the logged-in user. + +.. automethod:: Mastodon.domain_block +.. automethod:: Mastodon.domain_unblock + Streaming --------- These functions allow access to the streaming API. -- cgit v1.2.3