module Soccerama::Client::VideoHighlights

Public Instance Methods

video(match_id) click to toggle source
# File lib/soccerama/client/video_highlights.rb, line 4
def video(match_id)
  endpoint = "/videos/match/#{match_id}"
  get(endpoint).fetch('data')
end