module PokeAPI

Overview

TODO Write documentation for PokeAPI

Extended Modules

Defined in:

pokeapi.cr
pokeapi/client.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

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.


[View source]