Skip to content

Commit

Permalink
Merge pull request #86 from HubSpot/feature/verify-ssl
Browse files Browse the repository at this point in the history
Verify ssl
  • Loading branch information
plaurynovich-hubspot authored Nov 25, 2021
2 parents 219b2d7 + 0d5628b commit ff3a0f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.4
4.0.5
2 changes: 2 additions & 0 deletions hubspot/discovery/discovery_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def _configure_api_client(self, api_client_package, api_name):
configuration.access_token = config["access_token"]
if "retry" in config:
configuration.retries = config["retry"]
if "verify_ssl" in config:
configuration.verify_ssl = config["verify_ssl"]

api_client = api_client_package.ApiClient(configuration=configuration)

Expand Down

0 comments on commit ff3a0f7

Please sign in to comment.