Class: Stew::Store::WebClient
- Inherits:
-
Object
- Object
- Stew::Store::WebClient
- Defined in:
- lib/stew/store/web_client.rb
Overview
Client wrapper for performing requests to the Steam Store
Instance Method Summary collapse
- #get(path, options = {}) ⇒ Object
-
#initialize(uri) ⇒ WebClient
constructor
A new instance of WebClient.
Constructor Details
Instance Method Details
#get(path, options = {}) ⇒ Object
9 10 11 |
# File 'lib/stew/store/web_client.rb', line 9 def get(path, ={}) request(path, ).body end |