aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErin Congden <[email protected]>2017-04-02 20:48:10 -0700
committerErin Congden <[email protected]>2017-04-02 21:52:45 -0700
commit38ebcda76bc0c264f8384f55c5b32bf049b2d6be (patch)
treefe89f43f138415a2a64686202f8029f996c00eda /docs
parent36781699c135b3a4cd89973ef2f5079f123a0567 (diff)
downloadmastodon.py-38ebcda76bc0c264f8384f55c5b32bf049b2d6be.tar.gz
Added getting a list of favourited toots
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)