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

Add BasicClient::new_non_authenticated() #99

Open
jn9e9 opened this issue Nov 9, 2021 · 0 comments
Open

Add BasicClient::new_non_authenticated() #99

jn9e9 opened this issue Nov 9, 2021 · 0 comments

Comments

@jn9e9
Copy link

jn9e9 commented Nov 9, 2021

To support parallaxsecond/parsec-tool#49 it is necessary to create a new BasicClient without authentication being automatically configured as it is with BasicClient::new().

It would be possible to use latest version of new_naked(), but this would not automatically configure other aspects of the client (e.g. providers).

New method should do all the auto configuration as BasicClient::new() except for authenticator, which should be set to Authentication::None

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

No branches or pull requests

1 participant