diff options
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 |