t-mw / gw2-arbitrage

Finds items in Guild Wars 2 that can be sold on the trading post for a higher price than the cost of crafting the item.
28 stars 5 forks source link

feat: recipe names #36

Closed Iiridayn closed 2 years ago

Iiridayn commented 2 years ago

Major step towards #8 - can now display the name of the unlock item for a recipe from the items api. Been working toward this off and on for a couple months now, so that's pretty exciting.

Iiridayn commented 2 years ago

Credit to Félix Saparelli at https://rust-lang.zulipchat.com/#narrow/stream/122652-new-members/topic/serde.3A.20deserialize.20from.20bincode.20and.20JSON.20with.20different.20code for showing how to deserialize differently from the JSON than the bincode.