Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 587 Bytes

File metadata and controls

45 lines (27 loc) · 587 Bytes

Stats Actions

Details on the various actions that can be performed on the Stats resource, including the expected parameters and the potential responses.

Contents

GetTeamInfo

Retrieves info of team

result = client.stats.get_team_info()

puts result

GetTeamStats

Retrieves stats of team

result = client.stats.get_team_stats()

puts result

GetTeam

Retrieves team info

result = client.stats.get_team()

puts result