1 2 3 4 5 6 7
# PokeApi Client ```rust pokeapi_client::get_pokemon(1); pokeapi_client::get_species(1); pokeapi_client::get_characteristic(1); ```