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

Update samples based on interface factory #76

Closed babelshift closed 5 years ago

babelshift commented 5 years ago

Updated samples to work based on new interface factory and custom HttpClient paradigms.

babelshift commented 5 years ago

Fixes #75 and #74