Login
SearchAPI.__init__(host: str, https: bool = True, verify: bool = True, persistent_user: str = None, username: str = None, api_key: str = None, track_response_time: bool = True, csrf: bool = True, reset_persistent_password: bool = False, privileged_access=False, saml = False, encoding: str = "utf-8") Name
Type
Description
Example
search = SearchAPI("localhost", verify=False, https=True, csrf=False)