diff options
author | Lorenz Diener <[email protected]> | 2019-04-27 19:10:33 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-27 19:10:33 +0200 |
commit | c1418e9f3f37319d5142e0fa058e2eab434c4e5d (patch) | |
tree | 9fbde2b214f6e7ed899667926c960200e21698d8 /docs | |
parent | fb7496c68db5941528d0e32d821b58e255b2cb51 (diff) | |
download | mastodon.py-c1418e9f3f37319d5142e0fa058e2eab434c4e5d.tar.gz |
Removed trends endpoint
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst index 5226055..2b5ccf1 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -772,11 +772,6 @@ Reading data: Searching | |||
772 | .. automethod:: Mastodon.search | 772 | .. automethod:: Mastodon.search |
773 | .. automethod:: Mastodon.search_v2 | 773 | .. automethod:: Mastodon.search_v2 |
774 | 774 | ||
775 | Reading data: Trends | ||
776 | -------------------- | ||
777 | |||
778 | .. automethod:: Mastodon.trends | ||
779 | |||
780 | Reading data: Mutes and blocks | 775 | Reading data: Mutes and blocks |
781 | ------------------------------ | 776 | ------------------------------ |
782 | These functions allow you to get information about accounts that are | 777 | These functions allow you to get information about accounts that are |