babelshift / SteamWebAPI2

🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
MIT License
263 stars 43 forks source link

Fixed StoreAppDetailsContainerJsonConverter to return the correct exp… #19

Closed jirwong closed 8 years ago

jirwong commented 8 years ago

Expecting AppDetailsContainer object, but was returning Data object instead.

Causes the GetStoreAppDetailsAsync function to fail...

I've wrapped it (albeit in pretty ghetto code) to return the correct object now.

babelshift commented 8 years ago

No problem. I can clean it up. Thanks for the catch and fix.