api_versions on the Mastodon API
|
cheeaun
76eb5527de
All checks were successful
Auto-generate TOC / generate-toc (push) Successful in 35s
|
||
|---|---|---|
| .forgejo/workflows | Obviously too GH-biased | |
| README.md | Add one more link for Collections | |
Mastodon API Versions
Since Mastodon version 4.3.0, the Instance Details endpoint has returned a property indicating the Mastodon API Version, which is separate from the release number, and is just an integer that can be used to detect the presence of new methods or properties on the Mastodon API.
Add
api_versionsto/api/v2/instancehttps://github.com/mastodon/mastodon/pull/31354
{
"api_versions": {
"mastodon": 5,
},
...
}
Read more: https://docs.joinmastodon.org/entities/Instance/#api-versions
Note
This document is roughly based on the ongoing PR: Add API Versions page https://github.com/mastodon/documentation/pull/1631
But, also includes forks of Mastodon. So if you're a fork maintainer, contributing to this document would be helpful for third-party client/app developers.
Mastodon
Project page: https://github.com/mastodon/mastodon
v10
Collections API
v9
API for editing avatar and header description
- https://github.com/mastodon/mastodon/pull/38221
- https://docs.joinmastodon.org/methods/profile/#update-current-user-profile
v8
Exclude direct messages from account statuses
v7
Quote post
- https://github.com/mastodon/mastodon/pull/35939
- https://docs.joinmastodon.org/entities/Quote/
- https://docs.joinmastodon.org/entities/ShallowQuote/
- https://github.com/mastodon/documentation/pull/1710
v6
Feature/unfeature hashtag
- https://github.com/mastodon/mastodon/pull/34489
- https://docs.joinmastodon.org/methods/tags/#feature
- https://docs.joinmastodon.org/methods/tags/#unfeature
- https://docs.joinmastodon.org/entities/Tag/#featuring
v5
blur filter for media attachments
- https://github.com/mastodon/mastodon/pull/34256
- https://docs.joinmastodon.org/methods/filters/
- https://docs.joinmastodon.org/entities/Filter/#filter_action
v4
Media deletion methods
- https://github.com/mastodon/mastodon/pull/34035
- https://github.com/mastodon/mastodon/pull/33988
- https://github.com/mastodon/mastodon/pull/33991
v3
API for updating attribution domains
- https://github.com/mastodon/mastodon/pull/32730
- https://docs.joinmastodon.org/methods/accounts/#update_credentials
- https://docs.joinmastodon.org/entities/Account/#source-attribution_domains
v2
Grouped notifications API
- https://github.com/mastodon/mastodon/pull/31840
- https://docs.joinmastodon.org/methods/grouped_notifications/
v1
None
Chuckya
Project page: https://github.com/TheEssem/mastodon
v5
Add Klipy support to GIF picker
github.com/TheEssem/mastodon@8f4f5440d2
v4
Fix multiple reactions by the same user not being listed in web UI
github.com/TheEssem/mastodon@614dc98ba6
v3
GIF Picker rewrite
github.com/TheEssem/mastodon@ab83c1ea07
v2
Add list of reactions https://github.com/TheEssem/mastodon/pull/11
v1
None
kmyblue
Project page: https://github.com/kmycode/mastodon
v5
Add: ソフトウェア名をアカウントページに表示 https://github.com/kmycode/mastodon/pull/1052
v4
Fix: Misskeyの投稿を引用できるのを、旧形式引用許可設定を有効にしている場合のみに変更
v3
Fix: Mastodonの新引用に対応していないサーバーの投稿も引用できるよう修正
github.com/kmycode/mastodon@0c2aa196d5
v2
Change: #955 フィルターアクションの「アカウント名だけを出し、本文は警告で隠す」を削除し、外観設定に移動 https://github.com/kmycode/mastodon/pull/970
v1
None