Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

43 (2.4.0) - Updates NHLClient to use https.Client on requests. #44

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

coreyjs
Copy link
Owner

@coreyjs coreyjs commented Feb 21, 2024

Allows NHLClient to be configured with additional configuration options: timeout, ssl_verify, follow_redirects. These are configurable at the instantiation point.

Updates tests to now mock httxp.Client.get instead of httpx.get.

Updates README.md with new configuration options available

Allows NHLClient to be configured with additional configuration options: timeout, ssl_verify, follow_redirects.  These are configurable at the instantiation point.

Updates tests to now mock httxp.Client.get instead of httpx.get.

Updates README.md with new configuration options available
@coreyjs coreyjs added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 21, 2024
@coreyjs coreyjs self-assigned this Feb 21, 2024
@coreyjs coreyjs linked an issue Feb 21, 2024 that may be closed by this pull request
@coreyjs coreyjs merged commit 1bdcc6d into main Feb 21, 2024
1 check passed
@coreyjs coreyjs deleted the 43-to-ssl-config branch February 21, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase timeout and allow for no SSL verification
1 participant