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

Handles coach-related API endpoints.

Summary

Functions

Gets a list of coaches.

Gets a list of coaches by country ID.

Gets a list of coaches which are latest.

Get a list of coaches by searching in name

Functions

Link to this function

get_coach_by_id(client, coach_id, params \\ %{})

View Source

Gets a specific coach by ID.

Documentation

Please see Get coach by ID

Link to this function

get_coaches(client, params \\ %{})

View Source

Gets a list of coaches.

Documentation

Please see Get all coaches

Link to this function

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

View Source

Gets a list of coaches by country ID.

Documentation

Please see Get coaches by country ID

Link to this function

get_coaches_by_latest(client, params \\ %{})

View Source

Gets a list of coaches which are latest.

Documentation

Please see Get latest coaches

Link to this function

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

View Source

Get a list of coaches by searching in name

Documentation

Please see Get coaches by searching in name