playfab_ex v0.2.2 PlayfabEx.Admin.Default.Matchmaking

Link to this section Summary

Functions

Retrieves the details for a specific completed session, including links to standard out and standard error logs

Retrieves the details of defined game modes for the specified game server executable

Updates the game server mode details for the specified game server executable

Link to this section Functions

Link to this function get_matchmaker_game_info(params)
get_matchmaker_game_info(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the details for a specific completed session, including links to standard out and standard error logs

@link https://api.playfab.com/documentation/admin/method/GetMatchmakerGameInfo

Link to this function get_matchmaker_game_modes(params)
get_matchmaker_game_modes(map()) ::
  {:ok, map()} |
  {:error, String.t()}

Retrieves the details of defined game modes for the specified game server executable

@link https://api.playfab.com/documentation/admin/method/GetMatchmakerGameModes

Link to this function modify_matchmaker_game_modes(params)
modify_matchmaker_game_modes(map()) ::
  {:ok, map()} |
  {:error, String.t()}

Updates the game server mode details for the specified game server executable

@link https://api.playfab.com/documentation/admin/method/ModifyMatchmakerGameModes