Module: ApiFootballV3::Rest::Countries

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

Instance Method Summary collapse

Instance Method Details

#countries(options = {}) ⇒ Object



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

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