We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acffdc1 commit 2b89d9fCopy full SHA for 2b89d9f
cg/io/controller.py
@@ -88,6 +88,6 @@ class APIRequest:
88
89
@classmethod
90
def api_request_from_content(
91
- cls, api_method: str, url: str, headers: dict, json: dict, verify: bool = False
+ cls, api_method: str, url: str, headers: dict, json: dict, verify: bool = True
92
) -> Response:
93
return cls.api_request[api_method](url=url, headers=headers, json=json, verify=verify)
0 commit comments