module Soccerama::Client::Standings

Public Instance Methods

standings(season_id) click to toggle source
# File lib/soccerama/client/standings.rb, line 4
def standings(season_id)
  endpoint = "/standings/season/#{season_id}"
  get(endpoint).fetch('data')
end