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

Bugfix/issue 108 #109

Closed CannoliSquid closed 3 years ago

CannoliSquid commented 3 years ago

Added the additional parameters supported by ISteamNews/GetNewsForApp. Made sure to utilize the SteamNewsTests unit test to make sure it didn't break as well as ran the calls with additional parameters (which I left in, uncommented) to make sure that they reduced the number of results and functioned as expected.