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

Handles news-related API endpoints.

Summary

Functions

Gets a list of news after match.

Gets a list of news after match by season ID.

Gets a list of news before match.

Gets a list of news before match by season ID.

Gets a list of news before match by upcoming fixture.

Functions

Link to this function

get_news_post_match(client, params \\ %{})

View Source

Gets a list of news after match.

Documentation

Please see Get post-match news

Link to this function

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

View Source

Gets a list of news after match by season ID.

Documentation

Please see Get post-match news by season ID

Link to this function

get_news_pre_match(client, params \\ %{})

View Source

Gets a list of news before match.

Documentation

Please see Get pre-match news

Link to this function

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

View Source

Gets a list of news before match by season ID.

Documentation

Please see Get pre-match news by season ID

Link to this function

get_news_pre_match_by_upcoming_fixture(client, params \\ %{})

View Source

Gets a list of news before match by upcoming fixture.

Documentation

Please see Get pre-match news for upcoming fixture