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() wait! opts = .deep_merge() conn.get(opts.fetch(:path), opts.fetch(:params, {})) end |