HLCustomDev.RestClient
2.0.0-beta
See the version list below for details.
dotnet add package HLCustomDev.RestClient --version 2.0.0-beta
NuGet\Install-Package HLCustomDev.RestClient -Version 2.0.0-beta
<PackageReference Include="HLCustomDev.RestClient" Version="2.0.0-beta" />
paket add HLCustomDev.RestClient --version 2.0.0-beta
#r "nuget: HLCustomDev.RestClient, 2.0.0-beta"
// Install HLCustomDev.RestClient as a Cake Addin #addin nuget:?package=HLCustomDev.RestClient&version=2.0.0-beta&prerelease // Install HLCustomDev.RestClient as a Cake Tool #tool nuget:?package=HLCustomDev.RestClient&version=2.0.0-beta&prerelease
Simple REST and HTTP API Client
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net5.0
- AutoMapper (>= 10.1.1)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1-beta | 293 | 10/23/2021 |
2.0.0-beta | 287 | 10/23/2021 |
1.0.3 | 454 | 10/20/2021 |
1.0.2 | 323 | 10/20/2021 |
1.0.1 | 321 | 10/20/2021 |
1.0.0 | 329 | 10/20/2021 |
Breaking changes
1. Moved Exception property from HLRestResponse class to HLResponseError class
2. Errors property in the HLRestResponse class is modified to be a single object instance of HLResponseError to allow for better handling on caller's end.
3. InnerError property added to HLResponseError class that will now hold any errors that were returned as JSON string in web response. For values that cannot be serialized, they would be held in the AdditionalData member property as key/value pairs.