Home Reference Source
public class | source

MatchlistEndpoint

Extends:

Endpoint~EndpointMatchSuperclass → MatchlistEndpoint

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Recent: {"by": *}

public

by: {"accountID": *}

public

config: *

public

limiter: *

Method Summary

Public Methods
public

accountID(accountID: number): *

Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.

public

Get matchlist for last 20 matches played on given account ID and platform ID.

Inherited Summary

From class MatchSuperclass
public

Public Constructors

public constructor() source

Override:

MatchSuperclass#constructor

Public Members

public Recent: {"by": *} source

public by: {"accountID": *} source

public config: * source

public limiter: * source

Public Methods

public accountID(accountID: number): * source

Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.

Implements GET /lol/match/v3/matchlists/by-account/{accountId}.

Params:

NameTypeAttributeDescription
accountID number

The account ID of the summoner.

Return:

*

public getRecentMatchlistByAccountID(accountID: number): * source

Get matchlist for last 20 matches played on given account ID and platform ID.

Implements GET /lol/match/v3/matchlists/by-account/{accountId}/recent.

Params:

NameTypeAttributeDescription
accountID number

The account ID of the summoner.

Return:

*