DalSoft.RestClient
DalSoft.RestClient copied to clipboard
Autofac integration
Can IRestClientFactory be registered with Autofac? This would be for backend applications, no ASP, so no controllers, etc.
IRestClientFactory does work without ASP.NET, I don't really use AutoFac but you should be able to set it up as described here just swap IHttpClientFactory with IHttpRestClientFactory.
@DalSoft would be of great value to extend your docs with DI setup of different container software like autofac and SimpleInjector ... So we would have to register IHttpRestClientFactory with HttpClientFactory and how to continue ? (Independent of ASP.NET Core)