module ApiFootballV3::Rest::Standings

Public Instance Methods

standings(options = {}) click to toggle source
# File lib/api_football_v3/rest/standings.rb, line 4
def standings(options = {})
  get('/standings', options)
end