Open
Description
Describe the bug
Codeforces have updated their API and added new parameter asManager
to the context.status
endpoint
https://codeforces.com/apiHelp/methods#contest.status
To Reproduce
Steps to reproduce the behavior:
- Create
codeforces_api.CodeforcesApi
object - Call the
CodeforcesApi.contest_status
method with parameterasManager=True
Expected behavior
Method should work as expected and forward the argument to codeforces webapi