nclient / NClient

:dizzy: NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Apache License 2.0
43 stars 11 forks source link

WithAuthentication method #417

Closed smolchanovsky closed 2 years ago

smolchanovsky commented 2 years ago

To add authentication to the client, I need to configure HttpClient, which is not always convenient. It would be great to add the WithAuthentication method to the NClient's builder.