-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature: Improve ReductClient initialization #41
Labels
enhancement
New feature or request
Comments
I've started to work on the issue |
3 tasks
atimin
pushed a commit
that referenced
this issue
Sep 27, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Current problem
Client initialization is verbose and counter-intuitive:
Possible solution
Let's pass the URL and token to
ServerProperties
and use the builder pattern because in the future we will need timeout and other options:Additionally, lets add a constructor with a default HTTP client.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: