aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-05-11 01:00:32 +0200
committerLorenz Diener <[email protected]>2019-05-11 01:00:32 +0200
commit6a5ddb0a5c48f1143367592f770dc478114cd545 (patch)
tree584edfd4987b1369a0a30ff201c8b187388c4156 /docs
parent5f792c8bd843ab0fbde01264225ebe2f03d01302 (diff)
parent7c701cc267821e264049fff18d04d46f4eacdb75 (diff)
downloadmastodon.py-6a5ddb0a5c48f1143367592f770dc478114cd545.tar.gz
Merge branch 'master' of https://github.com/halcy/Mastodon.py
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 96a0665..4e95bbb 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -54,9 +54,10 @@ node running Mastodon by setting `api_base_url` when creating the
54api object (or creating an app). 54api object (or creating an app).
55 55
56Mastodon.py aims to implement the complete public Mastodon API. As 56Mastodon.py aims to implement the complete public Mastodon API. As
57of this time, it is feature complete for Mastodon version 2.8.0. Pleromas 57of this time, it is feature complete for Mastodon version 2.8.2. Pleromas
58Mastodon API layer, while not an official target, should also be basically 58Mastodon API layer, while not an official target, should also be basically
59compatible. 59compatible, and Mastodon.py does make some allowances for behaviour that isn't
60strictly like Mastodons.
60 61
61A note about rate limits 62A note about rate limits
62------------------------ 63------------------------
@@ -781,6 +782,9 @@ Mastodon.py throws a `MastodonVersionError`.
781 782
782With the following functions, you can make Mastodon.py re-check the server 783With the following functions, you can make Mastodon.py re-check the server
783version or explicitly determine if a specific minimum Version is available. 784version or explicitly determine if a specific minimum Version is available.
785Long-running applications that aim to support multiple Mastodon versions
786should do this from time to time in case a server they are running against
787updated.
784 788
785.. automethod:: Mastodon.retrieve_mastodon_version 789.. automethod:: Mastodon.retrieve_mastodon_version
786.. automethod:: Mastodon.verify_minimum_version 790.. automethod:: Mastodon.verify_minimum_version
Powered by cgit v1.2.3 (git 2.41.0)