module Soccerama::Client::Commentaries

Public Instance Methods

commentaries(match_id) click to toggle source
# File lib/soccerama/client/commentaries.rb, line 4
def commentaries(match_id)
  get("/commentaries/match/#{match_id}").fetch('commentaries')
end