View source: R/masteries_data.R
This function allows you to get information about the items
1 2 3 | masteries_data(api_key, region = "NA", data_locale = "en_US",
version = NULL, masteryListData = "all", tags = "all",
dataById = "true")
|
api_key |
API key provided by RIOT games (https://developer.riotgames.com/) |
region |
Summoner's region (RU, KR, BR, OCE, JP, NA, EUNE, EUW, TR, LAN, LAS) |
data_locale |
Locale code for returned data (e.g., en_US, es_ES). If not specified, the default locale for the region is used. |
version |
if not specified, it'll return the latest version information |
masteryListData |
Tags to return additional data. Only type, version, data, id, key, name, and title are returned by default if this parameter isn't specified. To return all additional data, use the tag 'all'. |
tags |
Tags to return additional data. Only type, version, data, id, key, name, and title are returned by default if this parameter isn't specified. To return all additional data, use the tag 'all'. |
dataById |
If specified as true, the returned data map will use the champions' IDs as the keys. If not specified or specified as false, the returned data map will use the champions' keys instead. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.