diff options
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 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 | |||
45 | node running Mastodon by setting api_base_url when creating the | 45 | node running Mastodon by setting api_base_url when creating the |
46 | api object (or creating an app). | 46 | api object (or creating an app). |
47 | 47 | ||
48 | Mastodon.py aims to implement the complete public Mastodon API. As | ||
49 | of this time, it is feature complete for Mastodon version 1.4. | ||
50 | |||
48 | A note about rate limits | 51 | A note about rate limits |
49 | ------------------------ | 52 | ------------------------ |
50 | Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute | 53 | Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute |