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
Parameters
Section titled “Parameters”string
The query to search for
options
Section titled “options”QueriedGamesAmericaOptions = ...
Additional options for the getQueriedGamesAmerica call. Defaults to { hitsPerPage: 200, page: 0 }
Returns
Section titled “Returns”Promise<QueriedGameUS[]>
Promise containing the first hitsPerPage games that match your query