classmethod splatnet3_scraper.query.QueryHandler.new_instance(*, prefix='')

Creates a new instance of the class.

This method will create a new instance of the class with no tokens set in the Config object. This method is useful if the user wants to generate all the tokens themselves. The user can then use the add_token method to add the tokens to the Config object.

Parameters:
prefix : str

The prefix to use for the configuration options. This is useful if the user wants to use multiple instances of the class with different tokens. Defaults to “SN3S”.

Returns:

QueryHandler – A new instance of the class with no tokens set in the Config object.