diff options
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 |