Skip to content

getQueriedGamesAmerica

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

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

Parameters

query: string

The query to search for

__namedParameters: QueriedGamesAmericaOptions= undefined

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

Returns

Promise<QueriedGameUS[]>

Promise containing the first hitsPerPage games that match your query

License

Apache-2.0 Jeroen Claassens & Aura Román

2021

Source

lib/getGames/getQueriedGamesAmerica.ts:21