Module: Steam::Store
- Defined in:
- lib/steam-api/steam/store.rb
Overview
A Ruby DSL for communicating with the Steam Web API.
Class Method Summary collapse
-
.app_details(appid) ⇒ Object
Get App Details.
Class Method Details
.app_details(appid) ⇒ Object
Get App Details
9 10 11 12 |
# File 'lib/steam-api/steam/store.rb', line 9 def self.app_details(appid) response = client.get 'appdetails', params: { appids: appid } response end |