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

Host provider #461

Closed Kingmidas74 closed 1 year ago

Kingmidas74 commented 2 years ago

Implement simple host abstraction in addition to string and uri params as host. Now NClient will be get host uri every request. So... we can change remote server in runtime. One step to service discovery.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

68.3% 68.3% Coverage
0.0% 0.0% Duplication

Kingmidas74 commented 2 years ago

So... @smolchanovsky Do you have any suggestions?