Ruhrpottpatriot / GW2.NET

A user friendly wrapper around the official GW2 API
GNU General Public License v2.0
17 stars 17 forks source link

Missing mappings 1.3 #27

Closed sliekens closed 8 years ago

sliekens commented 8 years ago

This is a list of broken Json to object mappings that I found in version 1.3.0. It is probably incomplete and will be updated as I find more missing mappings.

Note: _ means unnamed and refers to the root json object.

/v1/item_details.json
Ruhrpottpatriot commented 8 years ago

as far as I can tell all of this is correct. and nothing is left out

sliekens commented 8 years ago

What about PvP and WvW stuff that they added with the expansion? Where's that?

Ruhrpottpatriot commented 8 years ago

Forgot to look into that, but it may be they haven't updated their API responses yet.

sliekens commented 8 years ago

Closed, with one important notice: gathering skins are only supported in version 2. https://api.guildwars2.com/v2/skins?ids=6055,6063,6075

The same IDs should be available in version 1, but /v1/skin_details.json does not support gathering skins at the time of writing this. https://api.guildwars2.com/v1/skin_details.json?skin_id=6055 https://api.guildwars2.com/v1/skin_details.json?skin_id=6063 https://api.guildwars2.com/v1/skin_details.json?skin_id=6075