diff options
author | Lorenz Diener <[email protected]> | 2019-10-12 21:02:39 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-10-12 21:02:39 +0200 |
commit | 3194b1295e8f4a6d151d18ad4f23174c63408c05 (patch) | |
tree | 15e126c70b7241bf7c8295cc74ee18bd7a700d22 /docs | |
parent | 2e5095f301c62c73f6b839bbbffeda14ab8cd797 (diff) | |
download | mastodon.py-3194b1295e8f4a6d151d18ad4f23174c63408c05.tar.gz |
Re-add and test trends API
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
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 | ||
952 | Reading data: Trends | ||
953 | -------------------- | ||
954 | |||
955 | .. automethod:: Mastodon.trends | ||
956 | |||
952 | Reading data: Mutes and blocks | 957 | Reading data: Mutes and blocks |
953 | ------------------------------ | 958 | ------------------------------ |
954 | These functions allow you to get information about accounts that are | 959 | These functions allow you to get information about accounts that are |