Function get_game
Source pub fn get_game(id: i32) -> Result<Game>
Expand description
Executes a GET request to the /Games/{id} endpoint to retrieve a specific game.
ยงErrors
If any request error occurs, or if no game with this id is found (resulting in a parsing error),
the error will be returned.