godfist v0.1.1 Godfist.Static

Module to interact with the Static data provided by Riot. I’m not going to provide examples in this Module unless it’s necessary. Just pass each region as an atom and id if it requires it.

On some of these functions I could have provided the ids as options and use the same function name but I thought that explicitly telling that you want a single rune or mastery is a better id so… You can do it like this intead.

Link to this section Summary

Functions

Get a list of all champs

Get a list of all items

Get a list of all masteries

Get a list of all runes

Get a single champion by id

Get a single item by id

Retrieve language strings data

Get support languages data

Get information about all maps

Get a single mastery by id

Get a list of all profile icons

Retrieve realm data

Get information about a single rune by id

Get a single spell by id

Get a list of all summoner spells

Get version data

Link to this section Functions

Link to this function all_champs(region)

Get a list of all champs.

Link to this function all_items(region)

Get a list of all items.

Link to this function all_masteries(region)

Get a list of all masteries.

Link to this function all_runes(region)

Get a list of all runes.

Link to this function champion(region, id)

Get a single champion by id.

Link to this function item(region, id)

Get a single item by id.

Link to this function lang_strings(region)

Retrieve language strings data.

Link to this function languages(region)

Get support languages data.

Get information about all maps.

Link to this function mastery(region, id)

Get a single mastery by id.

Link to this function profile_icons(region)

Get a list of all profile icons.

Retrieve realm data.

Link to this function rune(region, id)

Get information about a single rune by id.

Link to this function spell(region, id)

Get a single spell by id.

Link to this function sum_spells(region)

Get a list of all summoner spells.

Link to this function versions(region)

Get version data.