module PokeAPI
Overview
TODO Write documentation for PokeAPI
Extended Modules
Defined in:
pokeapi.crpokeapi/client.cr
Constant Summary
-
VERSION =
"0.1.0"
Class Method Summary
-
.resource(endpoint : String, limit : UInt32 = 20, offset : UInt32 = 0) : Types::ResourceList
Returns a list of items from the given endpoint.
Class Method Detail
def self.resource(endpoint : String, limit : UInt32 = 20, offset : UInt32 = 0) : Types::ResourceList
#
Returns a list of items from the given endpoint.