aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 22:13:27 +0200
committerLorenz Diener <[email protected]>2019-04-27 22:13:27 +0200
commit72e3290d8c9ed1dc0babf66ef70a6835a0dcacf4 (patch)
tree01901380caebea143aacd2da07e83bc254cebbbd /docs
parent4deeb7875ba1439f3162d90e108cf41fce22f6de (diff)
downloadmastodon.py-72e3290d8c9ed1dc0babf66ef70a6835a0dcacf4.tar.gz
Add endorsements (with docs and tests)
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst8
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
803Reading data: Endorsements
804--------------------------
805
806.. automethod:: Mastodon.endorsements
807
808
803Writing data: Statuses 809Writing data: Statuses
804---------------------- 810----------------------
805These functions allow you to post statuses to Mastodon and to 811These 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
843Writing data: Keyword filters 851Writing data: Keyword filters
Powered by cgit v1.2.3 (git 2.41.0)