diff options
author | Lorenz Diener <[email protected]> | 2017-06-16 01:31:18 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-06-16 01:31:18 +0200 |
commit | 4360589d3cd0a0832608d87b2598f604e67c64e1 (patch) | |
tree | beed51a56ecac9a51786635fda7f7cf534cb3698 /docs | |
parent | 721da30d7a26ca3eba2ca12648604f1feb680e39 (diff) | |
download | mastodon.py-4360589d3cd0a0832608d87b2598f604e67c64e1.tar.gz |
Small doc fix to be same as README
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 |