From 00a96c5e9584bcd768d51372fbc4ccd866432771 Mon Sep 17 00:00:00 2001 From: halcy Date: Thu, 24 Nov 2022 22:56:49 +0200 Subject: Add trending APIs --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/index.rst') 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 Reading data: Trends -------------------- +.. automethod:: Mastodon.trending_tags +.. automethod:: Mastodon.trending_statuses +.. automethod:: Mastodon.trending_links .. automethod:: Mastodon.trends Reading data: Mutes and blocks -- cgit v1.2.3 From cbfb3977ebc54d195924aa2e3ab27865fa9138a1 Mon Sep 17 00:00:00 2001 From: halcy Date: Fri, 25 Nov 2022 00:02:12 +0200 Subject: Add admin trend apis to docs --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index f9a0334..a1d9695 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1443,6 +1443,10 @@ have admin: scopes attached with a lot of care, but be extra careful with those .. automethod:: Mastodon.admin_report_reopen .. automethod:: Mastodon.admin_report_resolve +.. automethod:: Mastodon.admin_trending_tags +.. automethod:: Mastodon.admin_trending_statuses +.. automethod:: Mastodon.admin_trending_links + Acknowledgements ---------------- Mastodon.py contains work by a large number of contributors, many of which have -- cgit v1.2.3