A Professional ASP.NET Core API - External APIs
In many projects we want to call external APIs and use their results in our application. In this article, we will address the following:
- HttpClientFactory
- Refit
- Polly
A Professional ASP.NET Core API - External APIs
In many projects we want to call external APIs and use their results in our application. In this article, we will address the following: