gw2-api / issues

14 stars 0 forks source link

EoD Hero's Choice Chests missing from /mapchests API endpoint #37

Open Doreiko opened 2 years ago

Doreiko commented 2 years ago

Current Behavior

The API endpoints for /mapchests are missing the End of Dragons Hero's Choice Chests. These are used for tracking daily completion.

[
  "auric_basin_heros_choice_chest",
  "crystal_oasis_heros_choice_chest",
  "domain_of_vabbi_heros_choice_chest",
  "dragons_stand_heros_choice_chest",
  "elon_riverlands_heros_choice_chest",
  "tangled_depths_heros_choice_chest",
  "the_desolation_heros_choice_chest",
  "verdant_brink_heros_choice_chest"
]

Expected Behavior

[
  "auric_basin_heros_choice_chest",
  "crystal_oasis_heros_choice_chest",
  "domain_of_vabbi_heros_choice_chest",
+ "dragons_end_heros_choice_chest",
  "dragons_stand_heros_choice_chest",
+ "echovald_wilds_heros_choice_chest",
  "elon_riverlands_heros_choice_chest",
+ "new_kaineng_city_heros_choice_chest",
+ "seitung_province_heros_choice_chest",
  "tangled_depths_heros_choice_chest",
  "the_desolation_heros_choice_chest",
  "verdant_brink_heros_choice_chest"
]

Steps To Reproduce

https://api.guildwars2.com/v2/account/mapchests?access_token=[APIkey] https://api.guildwars2.com/v2/mapchests

Happening since

03/17/2022 when they were added.

Anything else?

No response

TheMrMilchmann commented 10 months ago

Unfortunately this is still an issue and the new SotO chests are also not exposed: