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

Handles fixture-related API endpoints.

Summary

Functions

Link to this function

get_fixture_by_id(client, fixture_id, params \\ %{})

View Source

Gets a specific fixture by ID.

Documentation

Please see Get fixture by ID

Link to this function

get_fixtures(client, params \\ %{})

View Source

Gets a list of fixtures.

Documentation

Please see Get all fixtures

Link to this function

get_fixtures_by_date(client, date, params \\ %{})

View Source

Get a list of fixtures by date.

Documentation

Please see Get fixtures by date

Link to this function

get_fixtures_by_date_range(client, start_date, end_date, params \\ %{})

View Source

Get a list of fixtures by date range.

Documentation

Please see Get fixtures by date range

Link to this function

get_fixtures_by_date_range_for_team_id(client, start_date, end_date, team_id, params \\ %{})

View Source

Get a list of fixtures by date range for a team ID.

Documentation

Please see Get fixtures by date range for team

Link to this function

get_fixtures_by_head_to_head(client, team_id_1, team_id_2, params \\ %{})

View Source

Get a list of head to head fixtures for two team IDs.

Documentation

Please see Get fixtures by head to head

Link to this function

get_fixtures_by_ids(client, fixture_ids, params \\ %{})

View Source

Gets a list fixtures by IDs.

Documentation

Please see Get fixtures by IDs

Link to this function

get_fixtures_by_latest(client, params \\ %{})

View Source

Gets a list of fixtures which are latest.

Documentation

Please see Get latest updated fixtures

Link to this function

get_fixtures_by_market_id(client, market_id, params \\ %{})

View Source

Gets a list of fixtures by market ID.

Documentation

Please see Get fixtures by market ID

Link to this function

get_fixtures_by_name(client, name, params \\ %{})

View Source

Get a list of fixtures by searching in name

Documentation

Please see Get fixtures by searching in name

Link to this function

get_fixtures_by_tv_station_id(client, tv_station_id, past, params \\ %{})

View Source

Gets 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