module ApiFootballV3::Rest::Teams
Public Instance Methods
team_statistics(options = {})
click to toggle source
# File lib/api_football_v3/rest/teams.rb, line 8 def team_statistics(options = {}) get('/teams/statistics', options) end
teams(options = {})
click to toggle source
# File lib/api_football_v3/rest/teams.rb, line 4 def teams(options = {}) get('/teams', options) end