Module: ApiFootballV3::Rest::Teams

Included in:
Api
Defined in:
lib/api_football_v3/rest/teams.rb

Instance Method Summary collapse

Instance Method Details

#team_statistics(options = {}) ⇒ Object



8
9
10
# File 'lib/api_football_v3/rest/teams.rb', line 8

def team_statistics(options = {})
  get('/teams/statistics', options)
end

#teams(options = {}) ⇒ Object



4
5
6
# File 'lib/api_football_v3/rest/teams.rb', line 4

def teams(options = {})
  get('/teams', options)
end