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
The RestService client is a single and wouldn't likely to be used at the same time as the explicit clients, so let people use only what they need.
Also the singleton client can remain backwards capatible but seems like the HttpClient (Pool) is going to need to be managed via injection.
The text was updated successfully, but these errors were encountered:
feat: separate out in DI the singleton Client from the explicit Clients
eb72992
#60
2187c42
Released 0.3.1
Sorry, something went wrong.
No branches or pull requests
The RestService client is a single and wouldn't likely to be used at the same time as the explicit clients, so let people use only what they need.
Also the singleton client can remain backwards capatible but seems like the HttpClient (Pool) is going to need to be managed via injection.
The text was updated successfully, but these errors were encountered: