gamesheet_sdk.admin.games.completed module¶
Completed game operations.
- gamesheet_sdk.admin.games.completed.get_completed_game(session, season_id, game_id)[source]¶
Get a completed game with full details (JSON:API format).
Returns the full JSON:API response including rosters, goals, shots, penalties, and all related data. The supplied
Sessionmust already carry a bearer token (e.g. viaSession.set_bearer_token()); the call is otherwise unauthenticated and will 401.