View Source SportMonks.Resources.Fixtures (sport_monks v0.1.0)
Handles fixture-related API endpoints.
Summary
Functions
Gets a specific fixture by ID.
Gets a list of fixtures.
Get a list of fixtures by date.
Get a list of fixtures by date range.
Get a list of fixtures by date range for a team ID.
Get a list of head to head fixtures for two team IDs.
Gets a list fixtures by IDs.
Gets a list of fixtures which are latest.
Gets a list of fixtures by market ID.
Get a list of fixtures by searching in name
Gets a list of fixtures by tv-station ID.
Functions
Gets a specific fixture by ID.
Documentation
Please see Get fixture by ID
Gets a list of fixtures.
Documentation
Please see Get all fixtures
Get a list of fixtures by date.
Documentation
Please see Get fixtures by date
get_fixtures_by_date_range(client, start_date, end_date, params \\ %{})
View SourceGet a list of fixtures by date range.
Documentation
Please see Get fixtures by date range
get_fixtures_by_date_range_for_team_id(client, start_date, end_date, team_id, params \\ %{})
View SourceGet a list of fixtures by date range for a team ID.
Documentation
Please see Get fixtures by date range for team
get_fixtures_by_head_to_head(client, team_id_1, team_id_2, params \\ %{})
View SourceGet a list of head to head fixtures for two team IDs.
Documentation
Please see Get fixtures by head to head
Gets a list fixtures by IDs.
Documentation
Please see Get fixtures by IDs
Gets a list of fixtures which are latest.
Documentation
Please see Get latest updated fixtures
Gets a list of fixtures by market ID.
Documentation
Please see Get fixtures by market ID
Get a list of fixtures by searching in name
Documentation
Please see Get fixtures by searching in name
get_fixtures_by_tv_station_id(client, tv_station_id, past, params \\ %{})
View SourceGets a list of fixtures by tv-station ID.
Documentation
Please see Get fixtures by upcoming tv-station ID Please see Get fixtures by past tv-station ID