Garrett Howard
Garrett Howard
The following endpoints must be supported: - [x] GetGlobalAchievementPercentagesForApp - [ ] GetGlobalStatsForGame - [x] GetNumberOfCurrentPlayers - [x] GetPlayerAchievements - [x] GetSchemaForGame - [x] GetUserStatsForGame
Support for SteamID64, SteamID3, and more, according to the documentation: [https://developer.valvesoftware.com/wiki/SteamID](https://developer.valvesoftware.com/wiki/SteamID)
Read the [documentation](https://steam.readthedocs.io/en/stable/api/steam.client.html) for the `steam` Python package for reference of functionality. Any ideas?? ## Potential implementation concept? ```rust pub struct SteamClient { username: String, password: String, } impl SteamClient...
The following must be completed before refactoring: - #14 - #13 - #12 - #11 - #10 - #9 - #8 - #7 - #6 - #5 - #4 -...
The following endpoints must be implemented: - [ ] GetAccountList - [ ] CreateAccount - [ ] SetMemo - [ ] ResetLoginToken - [ ] DeleteAccount - [ ] GetAccountPublicInfo...