rustemon icon indicating copy to clipboard operation
rustemon copied to clipboard

A wrapper library for PokeApi, written in Rust

Results 3 rustemon issues
Sort by recently updated
recently updated
newest added

The generated function for `evolution_chain::get_all_entries` expects to get a list of `NamedApiResource`, but PokeAPI doesn't give a name for evolution chains: ```bash curl https://pokeapi.co/api/v2/evolution-chain?limit=3 | jq ``` outputs ```json {...

minor change, but could `serde::Serialize` be included with all PokeAPI structs? I'd like to be able to export the data I retrieve from the library to other tooling/libraries

Hello! Just want to say thank you for this package, it has been a pleasure to use :) Since https://github.com/mlemesle/rustemon/releases/tag/v4.2.0 the implementation for `Default` on models has been removed. I...