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

Minimal API support #380

Open Kingmidas74 opened 2 years ago

Kingmidas74 commented 2 years ago

Minimal API was presented in .Net 6 by Microsoft. As far as I know NClient used to generate facades from ApiControllers.

My question is: what if there is NO ApiControllers anymore?

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis?view=aspnetcore-6.0

smolchanovsky commented 2 years ago

This is the complex issue that takes time :)