module ApiFootballV3::Rest::Transfers

Public Instance Methods

transfers(options = {}) click to toggle source
# File lib/api_football_v3/rest/transfers.rb, line 4
def transfers(options = {})
  get('/transfers', options)
end