Skip to content
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

SteamID to WebAPI #14

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

SteamID to WebAPI #14

wants to merge 20 commits into from

Commits on Apr 25, 2013

  1. Configuration menu
    Copy the full SHA
    5021575 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2013

  1. Spelling Correction

    Correcting spelling.
    TheSeg committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    32b2f8d View commit details
    Browse the repository at this point in the history
  2. Changing API to HTTPS.

    TheSeg committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    fa97c14 View commit details
    Browse the repository at this point in the history
  3. SteamID: Moving to WebAPI

    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,
    TheSeg committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    4693515 View commit details
    Browse the repository at this point in the history
  4. Removing debug

    TheSeg committed Apr 26, 2013
    Configuration menu
    Copy the full SHA
    d7cc345 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2013

  1. Spelling corrections

    TheSeg committed Apr 27, 2013
    Configuration menu
    Copy the full SHA
    c9682c3 View commit details
    Browse the repository at this point in the history
  2. Groups & Error handling

    * Better Error handling of initual SteamID load.
    * Groups now works with WebAPI.
    TheSeg committed Apr 27, 2013
    Configuration menu
    Copy the full SHA
    0f64dd6 View commit details
    Browse the repository at this point in the history
  3. SteamGame.getSchemaForGame()

    Added optional function to SteamGame objects to poll game Schema.
    TheSeg committed Apr 27, 2013
    Configuration menu
    Copy the full SHA
    69de129 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Make HTTPS optional for Web API

    Use WebApi::setSecure() to enable or disable HTTPS. Default is enabled.
    koraktor authored and TheSeg committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    3390bbc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2013

  1. Add link to Google+ page to README

    koraktor authored and TheSeg committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    bc12114 View commit details
    Browse the repository at this point in the history
  2. Add contribution guidelines

    koraktor authored and TheSeg committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    a443e0e View commit details
    Browse the repository at this point in the history
  3. Fix website URL in README

    koraktor authored and TheSeg committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    39b29d3 View commit details
    Browse the repository at this point in the history
  4. Fix constructor of SocketException

    This prevents an error when used without sockets extension.
    koraktor authored and TheSeg committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    e5d18e5 View commit details
    Browse the repository at this point in the history
  5. Slightly improve contribution guidelines

    koraktor authored and TheSeg committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    4bdb102 View commit details
    Browse the repository at this point in the history
  6. Minor documentation change.

    As requested by @koraktor.
    TheSeg committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    7f048b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2013

  1. Configuration menu
    Copy the full SHA
    5bbbbbe View commit details
    Browse the repository at this point in the history
  2. Adding ignored files.

    TheSeg committed Jun 26, 2013
    Configuration menu
    Copy the full SHA
    1edd7d1 View commit details
    Browse the repository at this point in the history
  3. Renamed $SteamID->groups to $SteamID->getUserGroupList

    * Matches the WebAPI function name, while returning the Condenser group
    structure.
    * Also gave the array name of the Group ID for better searching.
    TheSeg committed Jun 26, 2013
    Configuration menu
    Copy the full SHA
    3193047 View commit details
    Browse the repository at this point in the history
  4. Change $SteamID->fetchData() Documentation

    Now using the WebAPI, not the XML version.
    TheSeg committed Jun 26, 2013
    Configuration menu
    Copy the full SHA
    7946b42 View commit details
    Browse the repository at this point in the history
  5. .gitIgnore Comments

    TheSeg committed Jun 26, 2013
    Configuration menu
    Copy the full SHA
    1e5f0a3 View commit details
    Browse the repository at this point in the history