You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If DeepL's translation is correct, I wholeheartedly support this feature request of allowing API to be used with GET requests. HTTP POST is a pain as you can see in this thread where we're trying to get Fediseer working with Misskey: https://makai.chaotic.ninja/notes/9jy6bbldpx
I would greatly appreciate the addition of GET as a valid method of using the API.
提案内容
情報取得を行うエンドポイントについてGETメソッドを許可することでキャッシュできる可能性を増やすことを提案します。
既存のPOSTメソッドのサポートはこのRFCでは提案しません。
現状
Misskey v13のAPIはほとんどのAPIエンドポイントがPOSTメソッドのみを受け付けます。GETメソッドを使用した場合、HTTPステータスコード405が返却され、データは取得できません。
情報取得を行うエンドポイントもその例外ではありません。しかし、POSTメソッドは冪等ではないため、レスポンスをキャッシュすることが許されません。これはノートやユーザー情報を取得する際に通信を強制するため、クライアントとサーバーのどちらにとっても不都合です。
後方互換性
この変更は後方互換性を持ちます。
将来的な展望
The text was updated successfully, but these errors were encountered: