module ApiFootballV3::Rest::Countries

Public Instance Methods

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