module Steam::Web::Api

Access to Steam's web api

@example Using the SteamUser interface

steam_user = Steam::Web::Api::SteamUser.new
steam_user.bans(steam_id)

Constants

MAJOR

Current Steam::Web::Api major version.

MINOR

Current Steam::Web::Api minor version.

PATCH

Current Steam::Web::Api patch version.

VERSION

Current Steam::Web::Api version.