Documentation
¶
Index ¶
- func AbilityApiCall(endpoint string, abilityName string, baseURL string) (structs.AbilityJSONStruct, string, error)
- func ApiCallSetup(rawURL string, target interface{}, skipHTTPSCheck bool) error
- func PokemonApiCall(endpoint string, pokemonName string, baseURL string) (structs.PokemonJSONStruct, string, int, int, int, error)
- func TypesApiCall(endpoint string, typesName string, baseURL string) (structs.TypesJSONStruct, string, int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AbilityApiCall ¶ added in v0.12.0
func ApiCallSetup ¶
ApiCallSetup Helper function to handle API calls and JSON unmarshalling
func PokemonApiCall ¶
func TypesApiCall ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.