apc-unb / apc-api

MIT License
4 stars 0 forks source link

Endpoint that return user individual progress #41

Closed VerasThiago closed 4 years ago

VerasThiago commented 4 years ago

As #14, now the API have GET /student/contest/{studentid} endpoint that return the user Codeforces Contests progress.

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"
    }
]