getPlayerCard

abstract fun getPlayerCard(accessToken: String): Single<PlayerCard>

Gets the users player card data.

Parameters

accessToken

the access token of the user

Throws

HttpException

if the network request fails

SocketTimeoutException

if the network request times out (in case of no or slow network)