diff options
author | Lorenz Diener <[email protected]> | 2019-05-08 17:43:55 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-05-08 17:43:55 +0200 |
commit | 8675b25dcfc4a0da1e2dbcff07a359a83d32dd4a (patch) | |
tree | e8954891f28afa5d30a70b94379e02c6d10670d4 /docs | |
parent | 35c43562dd3d34d6ebf7a0f757c09e8fcccc957c (diff) | |
download | mastodon.py-8675b25dcfc4a0da1e2dbcff07a359a83d32dd4a.tar.gz |
Improce search() versioning
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 9988a5f..637e771 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -780,6 +780,9 @@ Mastodon.py throws a `MastodonVersionError`. | |||
780 | 780 | ||
781 | With the following functions, you can make Mastodon.py re-check the server | 781 | With the following functions, you can make Mastodon.py re-check the server |
782 | version or explicitly determine if a specific minimum Version is available. | 782 | version or explicitly determine if a specific minimum Version is available. |
783 | Long-running applications that aim to support multiple Mastodon versions | ||
784 | should do this from time to time in case a server they are running against | ||
785 | updated. | ||
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 |