Open unaimillan opened 8 months ago
The full list of new parameters in API according to official docs:
contest.hacks
new param asManager
contest.standings
new param asManager
contest.status
new param asManager
user.info
new param checkHistoricHandles
user.ratedList
new param includeRetired
and contestId
Describe the bug Codeforces have updated their API and added new parameter
asManager
to thecontext.status
endpoint https://codeforces.com/apiHelp/methods#contest.statusTo Reproduce Steps to reproduce the behavior:
codeforces_api.CodeforcesApi
objectCodeforcesApi.contest_status
method with parameterasManager=True
Expected behavior Method should work as expected and forward the argument to codeforces webapi
Additional context