Details on the various actions that can be performed on the Stats resource, including the expected parameters and the potential responses.
Retrieves info of team
result = client.stats.get_team_info()
puts resultRetrieves stats of team
result = client.stats.get_team_stats()
puts resultRetrieves team info
result = client.stats.get_team()
puts result