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

Handles tv-station-related API endpoints.

Summary

Functions

Link to this function

get_tv_station_by_id(client, tv_station_id, params \\ %{})

View Source

Gets a specific tv-station by ID.

Documentation

Please see Get tv-station by ID

Link to this function

get_tv_stations(client, params \\ %{})

View Source

Gets a list of tv-stations.

Documentation

Please see Get all tv-stations

Link to this function

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

View Source

Gets a list of tv-stations by fixture ID.

Documentation

Please see Get tv-stations by fixture ID