aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-12 21:02:39 +0200
committerLorenz Diener <[email protected]>2019-10-12 21:02:39 +0200
commit3194b1295e8f4a6d151d18ad4f23174c63408c05 (patch)
tree15e126c70b7241bf7c8295cc74ee18bd7a700d22 /docs
parent2e5095f301c62c73f6b839bbbffeda14ab8cd797 (diff)
downloadmastodon.py-3194b1295e8f4a6d151d18ad4f23174c63408c05.tar.gz
Re-add and test trends API
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0ec0f75..c0aebb7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -949,6 +949,11 @@ Reading data: Searching
949.. automethod:: Mastodon.search 949.. automethod:: Mastodon.search
950.. automethod:: Mastodon.search_v2 950.. automethod:: Mastodon.search_v2
951 951
952Reading data: Trends
953--------------------
954
955.. automethod:: Mastodon.trends
956
952Reading data: Mutes and blocks 957Reading data: Mutes and blocks
953------------------------------ 958------------------------------
954These functions allow you to get information about accounts that are 959These functions allow you to get information about accounts that are
Powered by cgit v1.2.3 (git 2.41.0)