Module: ApiFootballV3::Rest::Predictions

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

Instance Method Summary collapse

Instance Method Details

#predictions(options = {}) ⇒ Object



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

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