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

Handles schedule-related API endpoints.

Summary

Functions

Link to this function

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

View Source

Gets a list of schedules by season ID.

Documentation

Please see Get schedules by season ID

Link to this function

get_schedules_by_season_id_and_team_id(client, season_id, team_id, params \\ %{})

View Source

Gets a list of schedules by season ID and team IDs.

Documentation

Please see Get schedules by season ID and team ID

Link to this function

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

View Source

Gets a list of schedules by team ID.

Documentation

Please see Get schedules by team ID