primatch-frontend / services/profileService / getMatchHistory
Function: getMatchHistory()¶
getMatchHistory(
page?,perPage?):Promise\<MatchHistoryResponse>
Defined in: src/services/profileService.ts:19
Récupère l'historique paginé des parties du joueur connecté.
Parameters¶
page?¶
number = 1
perPage?¶
number = 10
Returns¶
Promise\<MatchHistoryResponse>