Packages

Gleam wrapper for the PokeAPI.

Retired package: Deprecated - v2.0.0 fixes a memory issue in this version by introducing a backwards-incompatible change to a public custom type.

Current section

Files

Jump to
tallgrass include tallgrass@location_Location.hrl
Raw

include/tallgrass@location_Location.hrl

-record(location, {
id :: integer(),
name :: binary(),
region :: tallgrass@common@resource:resource(),
names :: list(tallgrass@common@name:name()),
game_indices :: list(tallgrass@common@generation:generation_game_index()),
areas :: list(tallgrass@common@resource:resource())
}).