Skip to content

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

Open
@sharoha

Description

@sharoha

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions