keycloak
keycloak copied to clipboard
Better way to pass Option parameters
Option<String> does not look nice. I would prefer to have something similar to AsRef<Path>.
Basically it means we should be more flexible with parameters. This must be also checked from compile time perspective.
As I understood from other sources and I think it also good idea - better to use builder pattern. And this can be extended to whole API idea.