Tibia Data v0.1.2 TibiaData.Character
This module helps you to get all the information you want to have from one character including deaths and more.
Link to this section Summary
Functions
Get all information for a specific character.
Get all information for a specific character.
Link to this section Functions
Get all information for a specific character.
Parameters
- name (string): String that represents the name of character.
Examples
iex> TibiaData.Character.get "Showchorro em Macabra"
{:ok, data}
Get all information for a specific character.
Parameters
- name (string): String that represents the name of character.
Examples
iex> TibiaData.Character.get! "Showchorro em Macabra"
data