The following request gives following error:
request: “https://api.codechef.com/submissions?result=RE”
error:
{
“status”: “OK”,
“result”: {
“data”: {
“message”: “invalid result provided!”,
“error”: “Bad Request”,
“code”: 9006
}
}
}
The docs say the following about the results: “Search submission by result, eg. AC, WA, RE etc.”
Please fix the issue or tell me if I am doing something wrong.
Thanks