module Soccerama::Client::Results
Public Instance Methods
results(season_id, options: nil)
click to toggle source
# File lib/soccerama/client/results.rb, line 4 def results(season_id, options: nil) endpoint = "/seasons/results/#{season_id}" get(endpoint, { include: options }) end