WoW API Elixir v0.2.3 WowCommunityApi.Character View Source
Functions related to characters.
Link to this section Summary
Functions
Returns a list of all achievements that characters can earn as well as the category structure and hierarchy
Returns a list of character classes
Returns a list of races and their associated faction, name, unique ID, and skin. Includes allied races
Link to this section Functions
Link to this function
get_achievement_categories!()
View Source
get_achievement_categories!()
View Source
get_achievement_categories!() :: [AchievementCategory.t()]
get_achievement_categories!() :: [AchievementCategory.t()]
Returns a list of all achievements that characters can earn as well as the category structure and hierarchy.
Link to this function
get_playable_classes!()
View Source
get_playable_classes!()
View Source
get_playable_classes!() :: [Class.t()]
get_playable_classes!() :: [Class.t()]
Returns a list of character classes.
Link to this function
get_playable_races!()
View Source
get_playable_races!()
View Source
get_playable_races!() :: [Race.t()]
get_playable_races!() :: [Race.t()]
Returns a list of races and their associated faction, name, unique ID, and skin. Includes allied races.