Cytraen / rustgie

A Rust client library for the Bungie.net API.
Apache License 2.0
4 stars 2 forks source link

Deserialization failures #2

Open imax9000 opened 1 month ago

imax9000 commented 1 month ago

https://bungie-net.github.io/#/components/schemas/Destiny.DestinyProgressionRewardItemState - this is probably a bitfield, I see values like 3, 7, 6,10 in the real data from API. But serde doesn't know about that, and fails to parse the whole response.

Cytraen commented 1 month ago

Thanks, I'll take a look. Haven't touched this in a long time, planning to revisit it before TFS.

SharkBaitDLS commented 2 weeks ago

Looks like it might be because Bungie has bumped the API to 2.18.1 and this is currently generated against 2.18.0?