Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RiotInterface

Hierarchy

  • RiotInterface

Implemented by

Index

Properties

PLATFORM_URL

PLATFORM_URL: PlatformUrls | string

REGION_URL

REGION_URL: RegionalUrls | string

Methods

getAllTftMatchesByPuuid

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

    • encryptedPUUID: string

    Returns Promise<Array<number>>

getTftByMatchId

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

    • matchId: string

    Returns Promise<TFTMatch>

getTftSummonerByAccount

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

    • account: string

    Returns Promise<SummonerObj>

getTftSummonerById

  • Parameters

    • id: string

    Returns Promise<SummonerObj>

getTftSummonerByName

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

    • summonerName: string

    Returns Promise<SummonerObj>

getTftSummonerByPuuid

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

    • puuid: string

    Returns Promise<SummonerObj>

Generated using TypeDoc