-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potentially use api_versions property for our version check #483
Comments
This property will be available starting with Mastodon v4.3.0 as information about the API version offered by a Mastodon server. See andregasser#483.
This property will be available starting with Mastodon v4.3.0 as information about the API version offered by a Mastodon server. See #483.
Mastodon's idea with this property seems to be to have an integer value at We've discussed different ways of making our library safe to use against different server versions in the past, and this value might be helpful in that regard. |
As described in this Mastodon blog post, the upcoming Mastodon v4.3.0 will add an
api_versions
property to theInstance
entity. This is implemented as a hash consisting of potentially many String/Int pairs - although as a library for the Mastodon API, we will probably only need to access the mastodon key currently defined in the documentation.The text was updated successfully, but these errors were encountered: