-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISteamUserStats and ISteamApps support #6
Conversation
…to check that the correct operations are called, to prevent this issue happening again.
…se are now unit tested correctly. Removed some logic that was handling the data returned in these requests, which consequently will not be called.
… refactoring and added comments.
… assist this change.
I just want to mention that this looks very promising. Please keep up your good work. |
No problem, I appreciate that you've got other things to do too :) I'm working towards getting koraktor/steam-condenser#195 resolved, and when its required a new service I've implemented all operations, as they aren't that big. I've started on IPlayerService and I believe ISteamUser will need to be completed too. |
So I'm gonna start working on this again, been busy with work and now I'm back and have some spare time :) Once I've got a fuller list I'll do the pull request again. |
I've now covered the operations for both ISteamUserStats and ISteamApps, fully unit tested and commented.
Covers Issues koraktor/steam-condenser#157, koraktor/steam-condenser#197 and koraktor/steam-condenser#200