Ruhrpottpatriot / GW2.NET

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

Unable to retrieve backpack skins #28

Closed sliekens closed 8 years ago

sliekens commented 9 years ago

The code has a precondition that backpack skins always have a details object, but backpack skins never have one. It's not possible right now to retrieve backpack skins.

chrisjl154 commented 9 years ago

Where is the code for this? I'll have a pop at fixing this.

sliekens commented 9 years ago

The code is somewhere in this tree: https://github.com/Ruhrpottpatriot/GW2.NET/tree/v1.3.0 A fix is already waiting to be merged from: https://github.com/Ruhrpottpatriot/GW2.NET/tree/version1.4.0

chrisjl154 commented 9 years ago

Ah ok thanks, I'll look for something else then.