RestClient.Net icon indicating copy to clipboard operation
RestClient.Net copied to clipboard

Typed Clients

Open MelbourneDeveloper opened this issue 3 years ago • 0 comments

https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests

RestClient.Net needs the same thing. To whatever extent is possible, the implementation should be the same and piggyback on the exciting work in Microsoft.Extensions.Http

https://github.com/dotnet/runtime/blob/065bf96e5c298352c790b9a82564d57a745725f5/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs

MelbourneDeveloper avatar Apr 10 '22 00:04 MelbourneDeveloper