🎮 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
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.