diff options
author | Lorenz Diener <[email protected]> | 2019-04-27 22:13:27 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-27 22:13:27 +0200 |
commit | 72e3290d8c9ed1dc0babf66ef70a6835a0dcacf4 (patch) | |
tree | 01901380caebea143aacd2da07e83bc254cebbbd /docs | |
parent | 4deeb7875ba1439f3162d90e108cf41fce22f6de (diff) | |
download | mastodon.py-72e3290d8c9ed1dc0babf66ef70a6835a0dcacf4.tar.gz |
Add endorsements (with docs and tests)
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 |