MatchEndpoint
Extends:
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
Tournament: {"listMatchIDs": *, "get": *} |
|
public |
config: * |
|
public |
limiter: * |
Method Summary
Public Methods | ||
public |
Get match by match ID. |
|
public |
getTournamentMatch(matchID: number, tournamentCode: string): * Get match by match ID and tournament code. |
|
public |
listMatchIDs(tournamentCode: string): * Get match IDs by tournament code. |
|
public |
Get match timeline by match ID. |
Inherited Summary
From class MatchSuperclass | ||
public |
|
Public Constructors
Public Members
public Tournament: {"listMatchIDs": *, "get": *} source
public config: * source
public limiter: * source
Public Methods
public get(matchID: number): * source
Get match by match ID.
Implements GET /lol/match/v3/matches/{matchId}
.
Params:
Name | Type | Attribute | Description |
matchID | number | The ID of the match. |
Return:
* |
public getTournamentMatch(matchID: number, tournamentCode: string): * source
Get match by match ID and tournament code.
Implements GET /lol/match/v3/matches/{matchId}/by-tournament-code/{tournamentCode}
.
Return:
* |