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 58fd8ef commit 56011bfCopy full SHA for 56011bf
santander_sdk/api_client/client.py
@@ -49,6 +49,7 @@ def __init__(self, config: SantanderClientConfiguration):
49
self._set_default_workspace_id()
50
51
self.session = BaseURLSession(base_url=config.base_url)
52
+ self.session.cert = config.cert
53
self.session.auth = SantanderAuth.from_config(config)
54
55
def _set_default_workspace_id(self):
0 commit comments