-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implement component bootstrapping #52
Comments
In the
In the |
Do you think we should have |
It's a bit annoying that there's no method overloading in Rust... :( would've been nice to have one |
Maybe there could be different kind of constructions:
Implementing |
? I think you can just create a client, call the methods on it and return it. That's what |
Done in #58 |
The service now offers operations that can be used to bootstrap the client library into using the recommended provider and the supported authentication method.
Currently the users of
BasicClient
need to make those calls themselves and then configure the client object, but there's no reason that functionality cannot be implemented on top of or intoBasicClient
to limit code duplication.A design proposal should be made before this can be started.
The text was updated successfully, but these errors were encountered: