diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-24 22:56:49 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-24 22:56:49 +0200 |
commit | 00a96c5e9584bcd768d51372fbc4ccd866432771 (patch) | |
tree | f979bcc269b3f4a65d6bc56bfff14a3f91f39866 /docs | |
parent | c3cfb197a6afaf441d452fa57cb1bbee211ca4b4 (diff) | |
download | mastodon.py-00a96c5e9584bcd768d51372fbc4ccd866432771.tar.gz |
Add trending APIs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 7a4bb48..f9a0334 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -1089,6 +1089,9 @@ Reading data: Searching | |||
1089 | Reading data: Trends | 1089 | Reading data: Trends |
1090 | -------------------- | 1090 | -------------------- |
1091 | 1091 | ||
1092 | .. automethod:: Mastodon.trending_tags | ||
1093 | .. automethod:: Mastodon.trending_statuses | ||
1094 | .. automethod:: Mastodon.trending_links | ||
1092 | .. automethod:: Mastodon.trends | 1095 | .. automethod:: Mastodon.trends |
1093 | 1096 | ||
1094 | Reading data: Mutes and blocks | 1097 | Reading data: Mutes and blocks |