Skip to content

#6 Implement Broadcasts.get_players#3

Open
nstillman-te wants to merge 1 commit intomasterfrom
feature/chess-115-broadcasts-get-players
Open

#6 Implement Broadcasts.get_players#3
nstillman-te wants to merge 1 commit intomasterfrom
feature/chess-115-broadcasts-get-players

Conversation

@nstillman-te
Copy link
Copy Markdown

@nstillman-te nstillman-te commented Feb 24, 2026

Part of #6.

Implements GET /broadcast/{broadcastTournamentId}/players as client.broadcasts.get_players. Adds BroadcastTournamentPlayer TypedDict, VCR test, and README.rst / CHANGELOG.rst updates.

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 to CHANGELOG.rst in the To be released section (to be created if necessary)

Co-authored-by: Cursor <cursoragent@cursor.com>
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