diff options
author | Erin Congden <[email protected]> | 2017-04-02 20:48:10 -0700 |
---|---|---|
committer | Erin Congden <[email protected]> | 2017-04-02 21:52:45 -0700 |
commit | 38ebcda76bc0c264f8384f55c5b32bf049b2d6be (patch) | |
tree | fe89f43f138415a2a64686202f8029f996c00eda /docs | |
parent | 36781699c135b3a4cd89973ef2f5079f123a0567 (diff) | |
download | mastodon.py-38ebcda76bc0c264f8384f55c5b32bf049b2d6be.tar.gz |
Added getting a list of favourited toots
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 7 |
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 | ||
250 | Reading data: Favourites | ||
251 | ------------------------ | ||
252 | This function allows you to get information about statuses favourited | ||
253 | by the authenticated user. | ||
254 | |||
255 | .. authomethod:: Mastodon.favourites | ||
256 | |||
250 | Writing data: Statuses | 257 | Writing data: Statuses |
251 | ---------------------- | 258 | ---------------------- |
252 | These functions allow you to post statuses to Mastodon and to | 259 | These functions allow you to post statuses to Mastodon and to |