Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates in Codeforces API #415

Open
unaimillan opened this issue Mar 19, 2024 · 1 comment
Open

Updates in Codeforces API #415

unaimillan opened this issue Mar 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@unaimillan
Copy link

unaimillan commented Mar 19, 2024

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:

  1. Create codeforces_api.CodeforcesApi object
  2. Call the CodeforcesApi.contest_status method with parameter asManager=True

Expected behavior
Method should work as expected and forward the argument to codeforces webapi

Additional context
image

@unaimillan unaimillan added the bug Something isn't working label Mar 19, 2024
@unaimillan
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants