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

Link to this function

get(name)

(since 0.1.0)

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}
Link to this function

get!(name)

(since 0.1.0)

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