-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raw Json #5
Comments
Hi, does this help? |
I only need one of the items in the price struct. The other 244 items can be ignored. How much does their inclusion in the struct slow down the response? |
Not sure if I can follow. Could you give me an example request? |
I am just running your token_price() example. This is the output I need: This is what I get: Can I replace the Price struct somehow to get only the data I need? |
A macro would be needed to skip serde deserialization if the
It doesn't slow down the request itself,
|
Hi, Is it possible for a function like token_price() to return the json received from CoinGecko, instead of the entire price struct?
The text was updated successfully, but these errors were encountered: