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

Refactored to allow injecting custom HttpClient. Also some cleanup. #73

Closed babelshift closed 5 years ago

babelshift commented 5 years ago
dedmen commented 5 years ago

Forgot to update Readme.md which still says new SteamUser("<devkey>") which doesn't work anymore. Going through CreateSteamWebInterface is pretty unclear unless one reads the changes in this PR.

babelshift commented 5 years ago

Thanks for the heads up. I'll get this updated as soon as I can.

On Wed, Aug 14, 2019, 8:12 AM Dedmen Miller notifications@github.com wrote:

Forgot to update Readme.md which still says new SteamUser("") which doesn't work anymore. Going through CreateSteamWebInterface is pretty unclear unless one reads the changes in this PR.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/babelshift/SteamWebAPI2/pull/73?email_source=notifications&email_token=AAUY4X6DKU5N6QZJPIKCMXLQEPZEBA5CNFSM4ILCUTFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ITDSA#issuecomment-521220552, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUY4XZPDO7KB5CTUUCNLMDQEPZEBANCNFSM4ILCUTFA .

babelshift commented 4 years ago

@dedmen Sorry about the embarrassing delay on updating the documentation. #76 updates the samples.

dedmen commented 4 years ago

Thanks! Have a nice weekend.