Open
Conversation
Correcting spelling.
Using WebAPI for almost everything! * Changed SteamID structure in favor of matching to WebAPI's data structure. ** User Bans info implimented as SteamID->GetPlayerBans structure. ** Player data implimented as SteamID->GetPlayerSummeries strcutre * New unified function getAvatarUrl() for profile images (old ones still exist). * NEW isCommunityBanned() function to return Community ban status. * Friends using WebAPI. However, strcture slightly changed. TODO: Impliment MostPlayedGames, Groups, Owned Games, Play times,
* Better Error handling of initual SteamID load. * Groups now works with WebAPI.
Added optional function to SteamGame objects to poll game Schema.
Owner
There was a problem hiding this comment.
Please don't commit commented code.
Owner
|
I decided to cherry-pick the typo fixes and HTTPS change for now. Additionally, I added an optional switch to fallback to plain HTTP. You might want to rebase on current Thanks so far. |
Use WebApi::setSecure() to enable or disable HTTPS. Default is enabled.
Owner
|
Did you close this by mistake or is there a specific reason? |
Contributor
Author
|
Mistake. :( |
This prevents an error when used without sockets extension.
As requested by @koraktor.
* Matches the WebAPI function name, while returning the Condenser group structure. * Also gave the array name of the Group ID for better searching.
Now using the WebAPI, not the XML version.
Owner
|
Would you mind rebasing this on |
alexandre433
approved these changes
Mar 22, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using WebAPI for almost everything in SteamAPI!
structure.
still exist).