Replies: 1 comment 2 replies
-
This may be too broad of a question, but what are you actually trying to do? And what's the issue with your current code in that context? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the pokeapi for the first projects in tauri, but the evolution chain endpoint response is too much for me to handle, I have no idea how to build a structure to handle the response from
https://pokeapi.co/api/v2/evolution-chain/67/
currently I have a struct that can handle structure simplier than the one above
https://pokeapi.co/api/v2/evolution-chain/1/
and the reqwest method here:
impl method:
Also I know there is a wrapper for the api for rust, but I don't know how to use it, because I am also very new to rust, any help is welcomed, thank you
Beta Was this translation helpful? Give feedback.
All reactions