steam-condenser-php icon indicating copy to clipboard operation
steam-condenser-php copied to clipboard

SteamID to WebAPI

Open TheSeg opened this issue 11 years ago • 4 comments

Using WebAPI for almost everything in SteamAPI!

  • Moved to HTTPS. Things are a bit more secure this way.
  • 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 structure
  • 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.
  • Some spelling corrections.

TheSeg avatar Apr 27 '13 00:04 TheSeg

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 master.

Thanks so far.

koraktor avatar Apr 27 '13 08:04 koraktor

Did you close this by mistake or is there a specific reason?

koraktor avatar Apr 30 '13 05:04 koraktor

Mistake. :(

TheSeg avatar Apr 30 '13 19:04 TheSeg

Would you mind rebasing this on master first?

koraktor avatar Jul 13 '13 12:07 koraktor