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

Handles standing-related API endpoints.

Summary

Functions

Link to this function

get_standings(client, params \\ %{})

View Source

Gets a list of standings.

Documentation

Please see Get all standings

Link to this function

get_standings_by_live_for_league_id(client, league_id, params \\ %{})

View Source

Gets a list of standings which are live.

Documentation

Please see Get live standings by league ID

Link to this function

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

View Source

Gets a list of standings by round ID.

Documentation

Please see Get standings by round ID

Link to this function

get_standings_by_season_id(client, season_id, params \\ %{})

View Source

Gets a list of standings by season ID.

Documentation

Please see Get standings by season ID

Link to this function

get_standings_correction_by_season_id(client, season_id, params \\ %{})

View Source

Gets a list of standings correction by season ID.

Documentation

Please see Get standings correction by season ID