Tibia Data v0.1.2 TibiaData.World
This module helps you to get a list of all worlds and details like players online, location and PvP Type.
Link to this section Summary
Functions
Returns all information by a specific world.
Returns all information by a specific world.
Returns all active worlds.
Link to this section Functions
Link to this function
get(name)
Returns all information by a specific world.
Parameters
- name (string): String that represents the name of the world.
Examples
iex> TibiaData.World.get "Macabra"
{:ok, data}
Link to this function
get!(name)
Returns all information by a specific world.
Parameters
- name (string): String that represents the name of the world.
Examples
iex> TibiaData.World.get! "Macabra"
data
Link to this function
get_all()
Returns all active worlds.
Examples
iex> TibiaData.House.get_all
{:ok, data}