Method: Foxy::Client#request

Defined in:
lib/foxy/client.rb

#request(options) ⇒ Object



39
40
41
42
43
44
# File 'lib/foxy/client.rb', line 39

def request(options)
  wait!
  opts = default_options.deep_merge(options)

  conn.get(opts.fetch(:path), opts.fetch(:params, {}))
end