Skip to content

#6 Add Broadcasts.get_team_standings#6

Open
nstillman-te wants to merge 1 commit intomasterfrom
feature/chess-117-broadcasts-get-team-standings
Open

#6 Add Broadcasts.get_team_standings#6
nstillman-te wants to merge 1 commit intomasterfrom
feature/chess-117-broadcasts-get-team-standings

Conversation

@nstillman-te
Copy link
Copy Markdown

Part of #6.

Adds client.broadcasts.get_team_standings(broadcast_tournament_id) for GET /broadcast/{id}/teams/standings, returning the team leaderboard of a broadcast. TypedDicts in berserk/types/broadcast.py (BroadcastTeamStandingsItem, etc.), VCR test with non-empty response, README.rst and CHANGELOG.rst updated.

Checklist when adding a new endpoint

  • Added new endpoint to the README.rst
  • Ensured that my endpoint name does not repeat the name of the client. Wrong: client.users.get_user(), Correct: client.users.get()
  • Typed the returned JSON using TypedDicts in berserk/types/, example
  • Written tests for GET endpoints not requiring authentification. Documentation, example
  • Added the endpoint and your name to CHANGELOG.rst in the To be released section (to be created if necessary)

Implement GET /broadcast/{id}/teams/standings. Add TypedDicts for broadcast
team standings response (BroadcastTeamStandingsItem, etc.), VCR test, README.rst
and CHANGELOG.rst.
nstillman-te added a commit that referenced this pull request Feb 25, 2026
nstillman-te added a commit that referenced this pull request Feb 25, 2026
nstillman-te added a commit that referenced this pull request Feb 25, 2026
nstillman-te added a commit that referenced this pull request Feb 25, 2026
nstillman-te added a commit that referenced this pull request Feb 25, 2026
Implement GET /api/games/export/bookmarks: export the authenticated user's
bookmarked games as a stream (PGN or NDJSON). Requires OAuth2.
@nstillman-te nstillman-te mentioned this pull request Feb 25, 2026
5 tasks
nstillman-te added a commit that referenced this pull request Feb 25, 2026
@nstillman-te nstillman-te mentioned this pull request Feb 25, 2026
5 tasks
nstillman-te added a commit that referenced this pull request Feb 25, 2026
@nstillman-te nstillman-te mentioned this pull request Feb 25, 2026
5 tasks
nstillman-te added a commit that referenced this pull request Feb 25, 2026
nstillman-te added a commit that referenced this pull request Feb 25, 2026
nstillman-te added a commit that referenced this pull request Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant