[][src]Module splits_io_api::game

The game module handles retrieving Games. A Game is a collection of information about a game and may contain Categories.

API Documentation

Functions

get

Gets a Game based on the shortened title of the game.

get_categories

Gets the Categories that belong to a Game based on the shortened title of the game.

get_runners

Gets the Runners that belong to a Game based on the shortened title of the game.

get_runs

Gets the Runs that belong to a Game based on the shortened title of the game.

search

Searches for a Game based on the name of the game.