pokedex

package
v0.0.0-...-e30276e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Species

type Species struct {
	BaseHappiness        int                 `json:"base_happiness"`
	CaptureRate          int                 `json:"capture_rate"`
	Color                color               `json:"color"`
	EggGroups            []eggGroups         `json:"egg_groups"`
	EvolutionChain       evolutionChain      `json:"evolution_chain"`
	EvolvesFromSpecies   evolvesFromSpecies  `json:"evolves_from_species"`
	FlavorTextEntries    flavorTextEntries   `json:"flavor_text_entries"`
	FormDescriptions     []interface{}       `json:"form_descriptions"`
	FormsSwitchable      bool                `json:"forms_switchable"`
	GenderRate           int                 `json:"gender_rate"`
	Genera               []genera            `json:"genera"`
	Generation           generation          `json:"generation"`
	GrowthRate           growthRate          `json:"growth_rate"`
	Habitat              habitat             `json:"habitat"`
	HasGenderDifferences bool                `json:"has_gender_differences"`
	HatchCounter         int                 `json:"hatch_counter"`
	ID                   int                 `json:"id"`
	IsBaby               bool                `json:"is_baby"`
	Name                 string              `json:"name"`
	Names                []names             `json:"names"`
	Order                int                 `json:"order"`
	PalParkEncounters    []palParkEncounters `json:"pal_park_encounters"`
	PokedexNumbers       []pokedexNumbers    `json:"pokedex_numbers"`
	Shape                shape               `json:"shape"`
	Varieties            []varieties         `json:"varieties"`
}

Species represents the return content from the pokemon-species endpoint

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL