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

Handles round-related API endpoints.

Summary

Functions

Gets a list of rounds.

Get a list of rounds by searching in name

Gets a list of rounds by season ID.

Functions

Link to this function

get_round_by_id(client, round_id, params \\ %{})

View Source

Gets a specific round by ID.

Documentation

Please see Get round by ID

Link to this function

get_rounds(client, params \\ %{})

View Source

Gets a list of rounds.

Documentation

Please see Get all rounds

Link to this function

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

View Source

Get a list of rounds by searching in name

Documentation

Please see Get rounds by searching in name

Link to this function

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

View Source

Gets a list of rounds by season ID.

Documentation

Please see Get rounds by season ID