Skip to main content

get_game

Function get_game 

Source
pub async fn get_game(
    user_id: UserIdDTO,
    game_id: GameIdDTO,
) -> Result<UserGameDTO>
Expand description

ยงHandler information

  • Method: get
  • Path: /api/{user_id}/game/{game_id}