Code-dig-ger / Backend

This is the Backend open-source API developed to provide data to our Frontend React Website. Codedigger aims at accumulating the data of competitive programming platforms into one platform.
https://api.codedigger.tech
Apache License 2.0
13 stars 16 forks source link

Route to get Codeforces Contest Submissions #113

Open ShivamSinghal1 opened 2 years ago

ShivamSinghal1 commented 2 years ago

Create a new Route to get Codeforces Contest Submissions

/contest/codeforces/{handle}/{contestId}/submissions

Return contest Object with Submissions of that contest.

The same dictionary that was returned by Codeforces API.

ShivamSinghal1 commented 2 years ago

/cib contest submission

github-actions[bot] commented 2 years ago

Branch feature/ShivamSinghal1/issue-113/contest-submission created!