Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RiotInterface

Hierarchy

  • RiotInterface

Index

Properties

PLATFORM_URL

PLATFORM_URL: PlatformUrls | string

REGION_URL

REGION_URL: RegionalUrls | string

Methods

getAllTftMatchesByPuuid

  • getAllTftMatchesByPuuid(encryptedPUUID: string): Promise<Array<string>>

getTftByMatchId

  • getTftByMatchId(matchId: string): Promise<TFTMatch>

getTftSummonerByAccount

  • getTftSummonerByAccount(account: string): Promise<SummonerObj>

getTftSummonerById

getTftSummonerByName

  • getTftSummonerByName(summonerName: string): Promise<SummonerObj>

getTftSummonerByPuuid

  • getTftSummonerByPuuid(puuid: string): Promise<SummonerObj>

Generated using TypeDoc