tallgrass/client/evolution_chain
Functions
pub fn fetch_by_id(id: Int) -> Result(EvolutionChain, Error)
Fetches an evolution chain by ID.
Example
let result = evolution_chain.fetch_by_id(1)
pub fn fetch_by_id(id: Int) -> Result(EvolutionChain, Error)
Fetches an evolution chain by ID.
let result = evolution_chain.fetch_by_id(1)