cloudflare-rs
cloudflare-rs copied to clipboard
Fix zone::ListZones endpoint
Various fixes in the path of getting the ListZones endpoint to work correctly:
- Use ListZonesParams for query in ListZones requests (fixes #75)
- Fix fields that should be optional
- Correctly deserialize empty plan frequency (fixes #8)
@sssilver @jbhannah is there anything I can do to help speed this up? We're trying to get the ListZones endpoint working with our API and would really like to do it through this library. I'd be happy to help you get this up and running. Do let me know what I can do to help.
Once the conflicts are resolved, I'll be happy to merge this.
This would be taken care of by #124, wouldn't it?
Yeah some of it would
On Tue, Feb 9, 2021 at 6:30 AM Rakshith Ravi [email protected] wrote:
This would be taken care of by #124 https://github.com/cloudflare/cloudflare-rs/pull/124, wouldn't it?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cloudflare/cloudflare-rs/pull/109#issuecomment-775705024, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEXKZR4KSFNWRFHWUVINJ3S6DJAXANCNFSM4KTJNJKQ .
@sssilver - just saw this was rebased. is the plan to get it into the next release? If so, I'll hold on merging #165.
@nilslice @sssilver It looks like my commit was included with #124 making this PR a no-op, so feel free to close it! Thanks! 😄