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

Handles referee-related API endpoints.

Summary

Functions

Gets a list of referees.

Gets a list of referees by country ID.

Get a list of referees by searching in name

Gets a list of referees by season ID.

Functions

Link to this function

get_referee_by_id(client, referee_id, params \\ %{})

View Source

Gets a specific referee by ID.

Documentation

Please see Get referee by ID

Link to this function

get_referees(client, params \\ %{})

View Source

Gets a list of referees.

Documentation

Please see Get all referees

Link to this function

get_referees_by_country_id(client, country_id, params \\ %{})

View Source

Gets a list of referees by country ID.

Documentation

Please see Get referees by country ID

Link to this function

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

View Source

Get a list of referees by searching in name

Documentation

Please see Get referees by searching in name

Link to this function

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

View Source

Gets a list of referees by season ID.

Documentation

Please see Get referees by season ID