Info
Version: | 1.0.5.1 |
Author(s): | Thomas Hagström, HL interactive |
Last Update: | Friday, March 31, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/HLinteractive/hli.data |
NuGet Url: | https://www.nuget.org/packages/HLI.Data |
Install
Install-Package HLI.Data
dotnet add package HLI.Data
paket add HLI.Data
HLI.Data Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Newtonsoft.Json(>= 10.0.1)
- HLI.Core(>= 1.0.5.1)
- Microsoft.Net.Http(>= 2.2.29)
- NUnit(>= 3.6.1)
- Newtonsoft.Json(>= 10.0.1)
- HLI.Core(>= 1.0.5.1)
- Microsoft.Net.Http(>= 2.2.29)
- NUnit(>= 3.6.1)
- Microsoft.CSharp(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- 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)
- Newtonsoft.Json(>= 10.0.1)
- HLI.Core(>= 1.0.5.1)
- Microsoft.Net.Http(>= 2.2.29)
- NUnit(>= 3.6.1)
- Newtonsoft.Json(>= 10.0.1)
- HLI.Core(>= 1.0.5.1)
- Microsoft.Net.Http(>= 2.2.29)
- NUnit(>= 3.6.1)
Tags
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.