aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 4484bfa..7a4bb48 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -938,6 +938,14 @@ Mastodon version (with regards to parameters as well as return values).
938Version checking can also be disabled altogether. If a version check fails, 938Version checking can also be disabled altogether. If a version check fails,
939Mastodon.py throws a `MastodonVersionError`. 939Mastodon.py throws a `MastodonVersionError`.
940 940
941Some functions need to check what version of Mastodon they are talking to.
942These will generally use a cached version to avoid sending a lot of pointless
943requests.
944
945Many non-mainline forks have various different formats for their versions and
946they have different, incompatible ideas about how to report version. Mastodon.py
947tries its best to figure out what is going on, but success is not guaranteed.
948
941With the following functions, you can make Mastodon.py re-check the server 949With the following functions, you can make Mastodon.py re-check the server
942version or explicitly determine if a specific minimum Version is available. 950version or explicitly determine if a specific minimum Version is available.
943Long-running applications that aim to support multiple Mastodon versions 951Long-running applications that aim to support multiple Mastodon versions
Powered by cgit v1.2.3 (git 2.41.0)