Module: ApiFootballV3::Request

Included in:
Client
Defined in:
lib/api_football_v3/request.rb

Instance Method Summary collapse

Instance Method Details

#get(path, options = {}) ⇒ Object



9
10
11
12
13
# File 'lib/api_football_v3/request.rb', line 9

def get(path, options = {})
  @path = path
  @options = options
  perform_get_request
end