Nithanim / gw2api

A library that provides access to the api of Guild Wars 2.
Apache License 2.0
5 stars 1 forks source link

Array of game types is missing in ItemInfo.java #1

Closed aureldussauge closed 8 years ago

aureldussauge commented 8 years ago

According to https://wiki.guildwars2.com/wiki/API:2/items, items are supposed to contain an array of game_types. I don't find this field in ItemInfo.java, is it normal ?

Nithanim commented 8 years ago

Indeed, I created the enum GameType but I forgot to include it into ItemInfo itself. No, this is not normal and there are most likely more little (or bigger) things that are messed up or were even added after the mapping was written. So please keep reporting them! :)

Nithanim commented 8 years ago

Commit https://github.com/Nithanim/gw2api/commit/26047a4ee7c4efa5056d58a4a3cb756c05ff0eaa should fix the issue.

aureldussauge commented 8 years ago

Ok thanks