The newest slice of the API surface (Mastodon 4.4–4.6). Lower priority than the older gaps — server adoption of 4.5/4.6 is still rolling out — but this is what full 4.6 parity means.
Part of the Mastodon 4.6 API parity effort. Depends on #119 (Quote, Collection, AnnualReport).
Quotes & interaction policies (4.5)
Collections (4.6, API v10)
Profile API
Annual reports (4.3–4.6)
Async refreshes (4.4, experimental)
References
The newest slice of the API surface (Mastodon 4.4–4.6). Lower priority than the older gaps — server adoption of 4.5/4.6 is still rolling out — but this is what full 4.6 parity means.
Part of the Mastodon 4.6 API parity effort. Depends on #119 (
Quote,Collection,AnnualReport).Quotes & interaction policies (4.5)
GET /api/v1/statuses/:id/quotes— statuses quoting a statusPOST /api/v1/statuses/:id/quotes/:quoting_status_id/revoke— revoke a quote authorizationPUT /api/v1/statuses/:id/interaction_policyCollections (4.6, API v10)
POST /api/v1/collectionsGET /api/v1/collections/:idPATCH /api/v1/collections/:idDELETE /api/v1/collections/:idPOST /api/v1/collections/:collection_id/itemsDELETE /api/v1/collections/:collection_id/items/:idPOST /api/v1/collections/:collection_id/items/:id/revokeGET /api/v1/:account_id/collectionsand.../in_collections; verify actual paths against the implementation)Profile API
GET /api/v1/profile+PATCH /api/v1/profile(4.6, API v8)DELETE /api/v1/profile/avatar+DELETE /api/v1/profile/header(4.2)Annual reports (4.3–4.6)
GET /api/v1/annual_reportsGET /api/v1/annual_reports/:year(4.4)GET /api/v1/annual_reports/:year/state(4.6)POST /api/v1/annual_reports/:year/generate(4.6)POST /api/v1/annual_reports/:year/readAsync refreshes (4.4, experimental)
GET /api/v1_alpha/async_refreshes/:id— note thev1_alphaprefix; API may changeReferences