Module: Fotmob
- Defined in:
- lib/fotmob.rb,
lib/fotmob/error.rb,
lib/fotmob/client.rb,
lib/fotmob/version.rb
Overview
FotMob API wrapper for Ruby
Defined Under Namespace
Classes: APIError, Client, Error, InvalidResponseError, NotFoundError, RateLimitError, TimeoutError
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.new(**options) ⇒ Fotmob::Client
Create a new client instance.
Class Method Details
.new(**options) ⇒ Fotmob::Client
Create a new client instance
14 15 16 |
# File 'lib/fotmob.rb', line 14 def new(**) Client.new(**) end |