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

Class Method Details

.new(**options) ⇒ Fotmob::Client

Create a new client instance

Parameters:

  • options (Hash)

    Client options

Returns:



14
15
16
# File 'lib/fotmob.rb', line 14

def new(**options)
  Client.new(**options)
end