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

Strongly type the GameServers interface #94

Closed babelshift closed 4 years ago

babelshift commented 4 years ago

IGameServers interface currently returns dynamics for all endpoints. Test the endpoints in real time and make strongly typed models.