getPlayer

suspend fun getPlayer(playerTag: String): Deferred<Player>

Retrieves detailed information about a player based on the provided playerTag.

Return

A Deferred object representing detailed information about the specified player.

Parameters

playerTag

The tag of the player for which to retrieve the information.

Throws

If the API is in maintenance.

If the requested player is not found or has no available information.

If the API returns an unexpected gateway exception.