Documentation ¶
Index ¶
- Constants
- func GetBerry(nameOrId string) (structs.Berry, error)
- func GetBerryFirmness(nameOrId string) (structs.BerryFirmness, error)
- func GetBerryFirmnessList() structs.Resource
- func GetBerryFlavor(nameOrId string) (structs.BerryFlavor, error)
- func GetBerryFlavorList() structs.Resource
- func GetBerryList() structs.Resource
- func GetList(result string) structs.Resource
- func GetSpecific(result string, search string) (interface{}, error)
Constants ¶
View Source
const ( BerryEndpoint = internal.PokeApiBaseUrl + "/berry" BerryFirmnessEndpoint = internal.PokeApiBaseUrl + "/berry-firmness" BerryFlavorEndpoint = internal.PokeApiBaseUrl + "/berry-flavor" )
Variables ¶
This section is empty.
Functions ¶
func GetBerryFirmness ¶
func GetBerryFirmness(nameOrId string) (structs.BerryFirmness, error)
func GetBerryFirmnessList ¶
func GetBerryFlavor ¶
func GetBerryFlavor(nameOrId string) (structs.BerryFlavor, error)
func GetBerryFlavorList ¶
func GetBerryList ¶
func GetSpecific ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.