We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following: #426 (comment)
It would be nice to make the web client customizable, i.e:
ishac
new_with_client
Client
request
The text was updated successfully, but these errors were encountered:
I could try to do a proposal to simplify the constructor... I can try a builder pattern or factory... but I could not use the draft PR... I would need to do a new impl... Is it fine ? Some refs: https://rust-unofficial.github.io/patterns/patterns/creational/builder.html
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Following: #426 (comment)
It would be nice to make the web client customizable, i.e:
ishac
(by default, we should continue to use it)new_with_client
function to create aClient
with anything that implementsrequest
The text was updated successfully, but these errors were encountered: