Developing Following Routes for Codechef App - - [ ] Get the list of Contests based on a certain filter Example - Future, Present, Practice, Past or Starter, Long, CookOff, etc. - [x] For a `ContestID`, Get Problem List in that Contest. - [x] For a `CodechefHandle`, Get the complete Profile of that User. - [x] For a `CodechefHandle`, Get the contests given by the user. - [x] For a `CodechefHandle`, Get the problems solved by that user. - [x] For a `CodechefHandle, ProblemCode`, Get the [submission result](https://www.codechef.com/SNCKQL21/status/MAXDISTKT,shivam1012). - [x] For a `CodechefHandle`, Recent Submission of a User provided in Profile Page. 
Developing Following Routes for Codechef App -
Example - Future, Present, Practice, Past or Starter, Long, CookOff, etc.
ContestID, Get Problem List in that Contest.CodechefHandle, Get the complete Profile of that User.CodechefHandle, Get the contests given by the user.CodechefHandle, Get the problems solved by that user.CodechefHandle, ProblemCode, Get the submission result.CodechefHandle, Recent Submission of a User provided in Profile Page.