aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 48cea67..ae67a42 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -45,6 +45,9 @@ as a single python module. By default, it talks to the
45node running Mastodon by setting api_base_url when creating the 45node running Mastodon by setting api_base_url when creating the
46api object (or creating an app). 46api object (or creating an app).
47 47
48Mastodon.py aims to implement the complete public Mastodon API. As
49of this time, it is feature complete for Mastodon version 1.4.
50
48A note about rate limits 51A note about rate limits
49------------------------ 52------------------------
50Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute 53Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute
Powered by cgit v1.2.3 (git 2.41.0)