module ApiFootballV3::Rest::Coaches

Public Instance Methods

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