Skip to content

getQueriedGamesAmerica

getQueriedGamesAmerica(query, options): Promise<QueriedGameUS[]>

Defined in: getGames/getQueriedGamesAmerica.ts:21

Fetches a subset of games from the American e-shops as based on a given query

string

The query to search for

QueriedGamesAmericaOptions = ...

Additional options for the getQueriedGamesAmerica call. Defaults to { hitsPerPage: 200, page: 0 }

Promise<QueriedGameUS[]>

Promise containing the first hitsPerPage games that match your query