We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /contests/[contestID]/submittions or GET /contests/[contestID]/submittions/me から情報を取得して一覧で表示するサブコマンドの実装
GET /contests/[contestID]/submittions
GET /contests/[contestID]/submittions/me
提出結果はリアルタイムで変わるのでDBには保存しないで常にhttp経由で取得する
The text was updated successfully, but these errors were encountered:
meian
No branches or pull requests
GET /contests/[contestID]/submittions
orGET /contests/[contestID]/submittions/me
から情報を取得して一覧で表示するサブコマンドの実装GET /contests/[contestID]/submittions/me
を対象にするGET /contests/[contestID]/submittions
を呼び出して他ユーザーの回答も取得できるようにする提出結果はリアルタイムで変わるのでDBには保存しないで常にhttp経由で取得する
The text was updated successfully, but these errors were encountered: