Open hendrikmelse opened 3 years ago
Added a function stream_tv_game() in clients.py that gets an iterator over gave states for the current featured TV game.
stream_tv_game()
This is very similar to the function stream_game_state(), but it uses the api/tv/feed endpoint instead of api/board/game/stream/{game_id}.
stream_game_state()
api/tv/feed
api/board/game/stream/{game_id}
Added a function
stream_tv_game()
in clients.py that gets an iterator over gave states for the current featured TV game.This is very similar to the function
stream_game_state()
, but it uses theapi/tv/feed
endpoint instead ofapi/board/game/stream/{game_id}
.