Info
Version: | 0.0.1 |
Author(s): | Andrew Blakely, Hello Kitty |
Last Update: | Wednesday, April 25, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/HelloKitty/Consul.NET |
NuGet Url: | https://www.nuget.org/packages/Consul.Net.Client.DotNetHttpClient |
Install
Install-Package Consul.Net.Client.DotNetHttpClient
dotnet add package Consul.Net.Client.DotNetHttpClient
paket add Consul.Net.Client.DotNetHttpClient
Consul.Net.Client.DotNetHttpClient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Consul.Net.API(>= 0.0.1)
- Newtonsoft.Json(>= 11.0.2)
- TypeSafe.Http.Net.Core(>= 2.2.11)
- TypeSafe.Http.Net.HttpClient(>= 2.2.11)
- TypeSafe.Http.Net.Serializer.JsonNET(>= 2.2.11)
- Consul.Net.API(>= 0.0.1)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 11.0.2)
- TypeSafe.Http.Net.Core(>= 2.2.11)
- TypeSafe.Http.Net.HttpClient(>= 2.2.11)
- TypeSafe.Http.Net.Serializer.JsonNET(>= 2.2.11)
Tags
This library contains the .NET HttpClient client implementation for the IConsul<T> service. Include this library to build a working client that can make service calls to the Consul API.
Built on top of TypeSafe.Http.Net, the automatic typesafe HTTP/REST library, it allows for many HTTP client implementations.
This is just the .NET/DotNet HttpClient implementation. Many more can be implemented, even custom properitary ones.