3277 Views
Refit is an automatic type-safe REST library for .NET Core, Xamarin and .NET. Refit turns your REST API into a live interface. You just need to install that package on NuGet: Install-Package Refit.HttpClientFactory In this article I will show you a real life example: You are developing a microservices that consumes another microservice.
0 comments