Module: ApiFootballV3::Rest::Leagues

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

Instance Method Summary collapse

Instance Method Details

#leagues(options = {}) ⇒ Object



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

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

#leagues_seasonsObject



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

def leagues_seasons
  get('/leagues/seasons')
end