Function get_games

Source
pub fn get_games<F: IntoIterator<Item = Filter>>(
    filters: F,
) -> Result<Vec<Game>>
Expand description

Executes a GET request to the /Games endpoint to retrieve a list of games.

Unless configured with a filter, only the first 100 (or fewer) games will be returned.

Optional search filters:

Systems, PageSize, CurrentPage, Sorts

ยงErrors

Any request or parsing errors will be returned.