-
splatnet3_scraper.query.QueryHandler.raw_query_hash(query_hash, language=
None, variables={}) Makes a raw query to the SplatNet 3 API using the query hash.
This method is used to make a raw query to the SplatNet 3 API. It is not recommended that the user use this method directly, but rather use the
querymethod instead, as it will handle all the token management automatically. If you MUST use a raw query, it is recommended that you use theraw_querymethod instead. This method is even more rarely useful than theraw_querymethod, but it is provided for completeness.