aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-05-08 17:43:55 +0200
committerLorenz Diener <[email protected]>2019-05-08 17:43:55 +0200
commit8675b25dcfc4a0da1e2dbcff07a359a83d32dd4a (patch)
treee8954891f28afa5d30a70b94379e02c6d10670d4 /docs
parent35c43562dd3d34d6ebf7a0f757c09e8fcccc957c (diff)
downloadmastodon.py-8675b25dcfc4a0da1e2dbcff07a359a83d32dd4a.tar.gz
Improce search() versioning
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9988a5f..637e771 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -780,6 +780,9 @@ Mastodon.py throws a `MastodonVersionError`.
780 780
781With the following functions, you can make Mastodon.py re-check the server 781With the following functions, you can make Mastodon.py re-check the server
782version or explicitly determine if a specific minimum Version is available. 782version or explicitly determine if a specific minimum Version is available.
783Long-running applications that aim to support multiple Mastodon versions
784should do this from time to time in case a server they are running against
785updated.
783 786
784.. automethod:: Mastodon.retrieve_mastodon_version 787.. automethod:: Mastodon.retrieve_mastodon_version
785.. automethod:: Mastodon.verify_minimum_version 788.. automethod:: Mastodon.verify_minimum_version
Powered by cgit v1.2.3 (git 2.41.0)