Module: ApiFootballV3::Rest::Coaches

Included in:
Api
Defined in:
lib/api_football_v3/rest/coaches.rb

Instance Method Summary collapse

Instance Method Details

#coaches(options = {}) ⇒ Object



4
5
6
# File 'lib/api_football_v3/rest/coaches.rb', line 4

def coaches(options = {})
  get('/coachs', options)
end