操作
機能要件 #1598
完了Bearer認証を追加する
開始日:
2024/12/23
期日:
進捗率:
0%
予定工数:
説明
ユーザー情報取得 api/user/detail
ゲーム結果報告(エンドレス) api/score/save_endless
ゲーム結果通知(XXカロリー消費) api/score/save_ calories_used
ランキング取得 api/ranking/list
上記4つのAPIはBearer認証を行う。
現状、Bearer認証が実装されていないため実装してください。
Get user information api/user/detail
Game result report (endless) api/score/save_endless
Game result notification (XX calories burned) api/score/save_ calories_used
Get rankings api/ranking/list
The above four APIs require Bearer authentication.
Currently, Bearer authentication has not been implemented, so please implement it.
操作