Method: Fantasydata::Client#get
- Defined in:
- lib/fantasydata/client.rb
#get(path, params = {}) ⇒ Object
Perform an HTTP GET request
54 55 56 |
# File 'lib/fantasydata/client.rb', line 54 def get(path, params={}) request(:get, path, params) end |