gw2-api / issues

14 stars 0 forks source link

`professions/<prof>$.weapons` and `items/<id>$.details.type` use different capitalization #49

Open SaculRennorb opened 1 year ago

SaculRennorb commented 1 year ago

Current Behavior

The two different endpoints use different capitalization, e.g: Longbow vs LongBow.

More cases probably exist

Expected Behavior

Both endpoints should use the same spelling to make cross referencing more intuitive.

Steps To Reproduce

  1. query professions/ranger and take not of the spelling of $.weapons (the spelling of the LongBow key)
  2. query items/80194 and take note of the spelling of the value of $.details.type
  3. compare and get sad

Happening since

2023-02-09 but probably way earlier

Anything else?

another tracker: https://github.com/HardstuckGuild/HsBuildCodes/issues/21