aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index f9915e6..9dc37e5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -247,6 +247,13 @@ muted or blocked by the logged in user.
247.. automethod:: Mastodon.mutes 247.. automethod:: Mastodon.mutes
248.. automethod:: Mastodon.blocks 248.. automethod:: Mastodon.blocks
249 249
250Reading data: Favourites
251------------------------
252This function allows you to get information about statuses favourited
253by the authenticated user.
254
255.. authomethod:: Mastodon.favourites
256
250Writing data: Statuses 257Writing data: Statuses
251---------------------- 258----------------------
252These functions allow you to post statuses to Mastodon and to 259These functions allow you to post statuses to Mastodon and to
Powered by cgit v1.2.3 (git 2.41.0)