Skip to content
New issue

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

An api providing problem list for a given Contest ID #5

Open
sharoha opened this issue Jun 6, 2024 · 0 comments
Open

An api providing problem list for a given Contest ID #5

sharoha opened this issue Jun 6, 2024 · 0 comments

Comments

@sharoha
Copy link

sharoha commented Jun 6, 2024

Hi,

I am currently working on a use case that requires fetching all problems for a given contest. For instance for a contest with ID "weekly-contest-400", I am expecting the following templated response.

{ 
     "contestId": "weekly-contest-400",
     "problemList": [
             "problemDescription": "$problem_description", 
             "test_cases": [
               // all test cases for this problem
             ]
     ]
}

Wanted to check if the current repo supports a query like above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant