Wraps the static-data api method
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | champion_static(id = NULL, locale = NULL, version = NULL,
data_by_id = NULL, champ_data = NULL)
item_static(id = NULL, locale = NULL, version = NULL, item_data = NULL)
language_strings_static(locale = NULL, version = NULL)
languages_static()
map_static(locale = NULL, version = NULL)
mastery_static(id = NULL, locale = NULL, version = NULL,
mastery_data = NULL)
realm_static()
rune_static(id = NULL, locale = NULL, version = NULL, rune_data = NULL)
summoner_spell_static(id = NULL, locale = NULL, version = NULL,
spell_data = NULL)
versions_static()
|
id |
a numeric, depends on the method call, can be a champion, item, mastery, rune or summoner spell id |
locale |
a character |
version |
a character |
data_by_id |
a logical |
champ_data |
a vector of characters |
item_data |
a vector of characters |
mastery_data |
a vector of characters |
rune_data |
a vector of characters |
spell_data |
a vector of characters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.