View Source SportMonks.Resources.Statistics (sport_monks v0.1.0)

Handles statistic-related API endpoints.

Summary

Functions

Link to this function

get_statistics_by_coach(client, coach_id, params \\ %{})

View Source
Link to this function

get_statistics_by_player(client, player_id, params \\ %{})

View Source

Gets a list of season statistics for players, teams, coaches, referees

Documentation

Please see Get season statistics

Link to this function

get_statistics_by_referee(client, referee_id, params \\ %{})

View Source
Link to this function

get_statistics_by_round(client, round_id, params \\ %{})

View Source

Gets a list of round statistics

Documentation

Please see Get round statistics

Link to this function

get_statistics_by_stage(client, stage_id, params \\ %{})

View Source

Gets a list of stage statistics

Documentation

Please see Get stage statistics

Link to this function

get_statistics_by_team(client, team_id, params \\ %{})

View Source