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.
apiRiot API
regionAPI region, acceptable values: BR1, EUN1, EUW1, JP1, KR, LA1, LA2, NA1, OC1, TR1, RU
dry_runIf true all end point call will return glued URL
leagueTFT search by league end points. See [tft_league] for more info
matchTFT search by match end points. See [tft_match] for more info
summonerTFT search by summoner end points. See [tft_summoner] for more info
new()Create a new tft object
tft$new(api, region, dry_run = FALSE)
apiRiot API
regionAccess region
dry_runWhether to call API
A new 'tft' object
clone()The objects of this class are cloneable with this method.
tft$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.