Cytraen/rustgie

Deserialization failures

Opened this issue · 2 comments

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.

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

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