View Source SportMonks.Resources.Standings (sport_monks v0.1.0)
Handles standing-related API endpoints.
Summary
Functions
Gets a list of standings.
Gets a list of standings which are live.
Gets a list of standings by round ID.
Gets a list of standings by season ID.
Gets a list of standings correction by season ID.
Functions
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 SourceGets a list of standings which are live.
Documentation
Please see Get live standings by league ID
Gets a list of standings by round ID.
Documentation
Please see Get standings by round ID
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 SourceGets a list of standings correction by season ID.
Documentation
Please see Get standings correction by season ID