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

Handles stage-related API endpoints.

Summary

Functions

Gets a list of stages.

Get a list of stages by searching in name

Gets a list of stages by season ID.

Functions

Link to this function

get_stage_by_id(client, stage_id, params \\ %{})

View Source

Gets a specific stage by ID.

Documentation

Please see Get stage by ID

Link to this function

get_stages(client, params \\ %{})

View Source

Gets a list of stages.

Documentation

Please see Get all stages

Link to this function

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

View Source

Get a list of stages by searching in name

Documentation

Please see Get stages by searching in name

Link to this function

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

View Source

Gets a list of stages by season ID.

Documentation

Please see Get stages by season ID