Module: Hydrafetch
- Defined in:
- lib/hydrafetch.rb,
lib/hydrafetch/client.rb,
lib/hydrafetch/errors.rb,
lib/hydrafetch/version.rb
Defined Under Namespace
Classes: Client, Error, TimeoutError
Constant Summary collapse
- VERSION =
"0.1.1".freeze
Class Method Summary collapse
Class Method Details
.new(api_key = nil, **options) ⇒ Object
6 7 8 |
# File 'lib/hydrafetch.rb', line 6 def self.new(api_key = nil, **) Client.new(api_key, **) end |