Closed VerasThiago closed 5 years ago
As #14, now the API have GET /student/contest/{studentid} endpoint that return the user Codeforces Contests progress.
GET /student/contest/{studentid}
Example :
[ { "done": 8, "name": "APC Noturno Aula 1 - Sequenciais", "total": 8, "url": "https://codeforces.com/group/qpBtprcUFF/contest/227662" }, { "done": 3, "name": "APC Noturno Aula 2 - Condicionais", "total": 5, "url": "https://codeforces.com/group/qpBtprcUFF/contest/227824" } ]
As #14, now the API have
GET /student/contest/{studentid}
endpoint that return the user Codeforces Contests progress.Example :