diff options
author | Lorenz Diener <[email protected]> | 2019-05-11 01:00:32 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-05-11 01:00:32 +0200 |
commit | 6a5ddb0a5c48f1143367592f770dc478114cd545 (patch) | |
tree | 584edfd4987b1369a0a30ff201c8b187388c4156 /docs | |
parent | 5f792c8bd843ab0fbde01264225ebe2f03d01302 (diff) | |
parent | 7c701cc267821e264049fff18d04d46f4eacdb75 (diff) | |
download | mastodon.py-6a5ddb0a5c48f1143367592f770dc478114cd545.tar.gz |
Merge branch 'master' of https://github.com/halcy/Mastodon.py
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 8 |
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 | |||
54 | api object (or creating an app). | 54 | api object (or creating an app). |
55 | 55 | ||
56 | Mastodon.py aims to implement the complete public Mastodon API. As | 56 | Mastodon.py aims to implement the complete public Mastodon API. As |
57 | of this time, it is feature complete for Mastodon version 2.8.0. Pleromas | 57 | of this time, it is feature complete for Mastodon version 2.8.2. Pleromas |
58 | Mastodon API layer, while not an official target, should also be basically | 58 | Mastodon API layer, while not an official target, should also be basically |
59 | compatible. | 59 | compatible, and Mastodon.py does make some allowances for behaviour that isn't |
60 | strictly like Mastodons. | ||
60 | 61 | ||
61 | A note about rate limits | 62 | A note about rate limits |
62 | ------------------------ | 63 | ------------------------ |
@@ -781,6 +782,9 @@ Mastodon.py throws a `MastodonVersionError`. | |||
781 | 782 | ||
782 | With the following functions, you can make Mastodon.py re-check the server | 783 | With the following functions, you can make Mastodon.py re-check the server |
783 | version or explicitly determine if a specific minimum Version is available. | 784 | version or explicitly determine if a specific minimum Version is available. |
785 | Long-running applications that aim to support multiple Mastodon versions | ||
786 | should do this from time to time in case a server they are running against | ||
787 | updated. | ||
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 |