HLI.Data
1.0.5.1
Create instance of HliHttpClient and make typed calls:
var client = new HliHttpClient("http://httpbin.org/", "ip");
var result = await client.GetDataAsTypeAsync<IpResponse>();
There is also an IRepository interface and subinterfaces for your repositories.
Install-Package HLI.Data -Version 1.0.5.1
dotnet add package HLI.Data --version 1.0.5.1
<PackageReference Include="HLI.Data" Version="1.0.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HLI.Data --version 1.0.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Multi-target NetStandard 1.4, .Net 4 and PCL
Dependencies
-
.NETFramework 4.5
- HLI.Core (>= 1.0.5.1)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 10.0.1)
- NUnit (>= 3.6.1)
-
.NETFramework 4.6
- HLI.Core (>= 1.0.5.1)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 10.0.1)
- NUnit (>= 3.6.1)
-
.NETStandard 1.4
- HLI.Core (>= 1.0.5.1)
- Microsoft.CSharp (>= 4.3.0)
- Microsoft.Net.Http (>= 2.2.29)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.1)
- NUnit (>= 3.6.1)
- System.Collections (>= 4.3.0)
- System.ComponentModel (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- HLI.Core (>= 1.0.5.1)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 10.0.1)
- NUnit (>= 3.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.