From 4360589d3cd0a0832608d87b2598f604e67c64e1 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 16 Jun 2017 01:31:18 +0200 Subject: [PATCH] Small doc fix to be same as README --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) 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 node running Mastodon by setting api_base_url when creating the api object (or creating an app). +Mastodon.py aims to implement the complete public Mastodon API. As +of this time, it is feature complete for Mastodon version 1.4. + A note about rate limits ------------------------ Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute