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

Handles market-related API endpoints.

Summary

Functions

Get a list of markets by searching in name

Functions

Link to this function

get_market_by_id(client, market_id, params \\ %{})

View Source

Gets a specific market by ID.

Documentation

Please see Get market by ID

Link to this function

get_markets(client, premium, params \\ %{})

View Source

Gets a list of markets.

Documentation

Please see Get all markets

Link to this function

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

View Source

Get a list of markets by searching in name

Documentation

Please see Get markets by searching in name