WoW API Elixir v0.1.0 WowCommunityApi View Source

Provides functions for the World of Warcraft Community APIs. https://develop.battle.net/documentation/api-reference/world-of-warcraft-community-api

Link to this section Summary

Functions

Gets all available mounts in the game

Link to this section Functions

Link to this function

get_all_mounts() View Source
get_all_mounts() :: [
  %Mount{
    creature_id: term(),
    icon: term(),
    is_aquatic: term(),
    is_flying: term(),
    is_ground: term(),
    is_jumping: term(),
    item_id: term(),
    name: term(),
    quality_id: term(),
    spell_id: term()
  }
]

Gets all available mounts in the game.