diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 7561b6f..a7d2945 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -800,6 +800,12 @@ Reading data: Emoji | |||
800 | 800 | ||
801 | .. automethod:: Mastodon.custom_emojis | 801 | .. automethod:: Mastodon.custom_emojis |
802 | 802 | ||
803 | Reading data: Endorsements | ||
804 | -------------------------- | ||
805 | |||
806 | .. automethod:: Mastodon.endorsements | ||
807 | |||
808 | |||
803 | Writing data: Statuses | 809 | Writing data: Statuses |
804 | ---------------------- | 810 | ---------------------- |
805 | These functions allow you to post statuses to Mastodon and to | 811 | These functions allow you to post statuses to Mastodon and to |
@@ -838,6 +844,8 @@ These functions allow you to interact with other accounts: To (un)follow and | |||
838 | .. automethod:: Mastodon.account_unblock | 844 | .. automethod:: Mastodon.account_unblock |
839 | .. automethod:: Mastodon.account_mute | 845 | .. automethod:: Mastodon.account_mute |
840 | .. automethod:: Mastodon.account_unmute | 846 | .. automethod:: Mastodon.account_unmute |
847 | .. automethod:: Mastodon.account_pin | ||
848 | .. automethod:: Mastodon.account_unpin | ||
841 | .. automethod:: Mastodon.account_update_credentials | 849 | .. automethod:: Mastodon.account_update_credentials |
842 | 850 | ||
843 | Writing data: Keyword filters | 851 | Writing data: Keyword filters |