WoW API Elixir v0.2.0 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!() :: [
  %AchievementCategory{achievements: term(), id: term(), name: term()}
]

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!() :: [
  %Class{id: term(), mask: term(), name: term(), power_type: term()}
]

Returns a list of character classes.

Link to this function

get_playable_races!() View Source
get_playable_races!() :: [
  %Race{id: term(), mask: term(), name: term(), side: term()}
]

Returns a list of races and their associated faction, name, unique ID, and skin. Includes allied races.