Description Public fields Methods
R6 class to access the Teamfight Tactics API. This class is base on the different API path as illustrated in the Riot API website.
api
Riot API
region
API region, acceptable values: BR1, EUN1, EUW1, JP1, KR, LA1, LA2, NA1, OC1, TR1, RU
dry_run
If true all end point call will return glued URL
league
TFT search by league end points. See [tft_league] for more info
match
TFT search by match end points. See [tft_match] for more info
summoner
TFT search by summoner end points. See [tft_summoner] for more info
new()
Create a new tft object
tft$new(api, region, dry_run = FALSE)
api
Riot API
region
Access region
dry_run
Whether to call API
A new 'tft' object
clone()
The objects of this class are cloneable with this method.
tft$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.