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

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}

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

Returns all active worlds.

Examples

iex> TibiaData.House.get_all
{:ok, data}