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

Added proxy settings #65

Closed
wants to merge 1 commit into from
Closed

Conversation

milmr
Copy link

@milmr milmr commented Jun 15, 2023

Allows to set proxy.

@LucaMingarelli
Copy link

LucaMingarelli commented Apr 14, 2024

Will this ever be merged? It's quite a critical feature

@@ -28,7 +31,8 @@ class Fred:

def __init__(self,
api_key=None,
api_key_file=None):
api_key_file=None,
proxies=None):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please add an explanation in the docstring below about how proxies can be used?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can take care, sure. I will also add a parameter to specify ssl verification. I'll send a PR in the next couple days.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done here: #71

@mortada
Copy link
Owner

mortada commented Apr 30, 2024

#71 has been merged, this likely isn't needed anymore. Thanks!

@mortada mortada closed this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants