module Soccerama::Client::Statistics

Public Instance Methods

statistics(match_id, options: nil) click to toggle source
# File lib/soccerama/client/statistics.rb, line 4
def statistics(match_id, options: nil)
  endpoint = "statistics/match/#{match_id}"
  get(endpoint, { include: options })
end