module SteamValve
Constants
- VERSION
Public Class Methods
game_list(steam_id)
click to toggle source
# File lib/steam_valve/steam_user.rb, line 4 def self.game_list(steam_id) @api_endpoint_url = "http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key=#{SteamAPIKey.api_key}&steamid=#{steam_id}&include_appinfo=1&format=json" HTTParty.get(@api_endpoint_url).to_hash end