Provides a base class that helps creating and configuring typed HTTP Client classes that handles all authenticated machine-to-machine communication to a specific Web API.
Info
Version: | 1.0.1 |
Author(s): | Paul Ulvinius |
Last Update: | Thursday, May 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/stratiteq/microservice-utils |
NuGet Url: | https://www.nuget.org/packages/Stratiteq.Microservices.WebApiClient |
Install
Install-Package Stratiteq.Microservices.WebApiClient
dotnet add package Stratiteq.Microservices.WebApiClient
paket add Stratiteq.Microservices.WebApiClient
Stratiteq.Microservices.WebApiClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Identity.Client(>= 4.1.0)
- Stratiteq.Microservices.X509Certificate(>= 1.0.1)