Dangl.RestClient
1.6.2
See the version list below for details.
dotnet add package Dangl.RestClient --version 1.6.2
NuGet\Install-Package Dangl.RestClient -Version 1.6.2
<PackageReference Include="Dangl.RestClient" Version="1.6.2" />
paket add Dangl.RestClient --version 1.6.2
#r "nuget: Dangl.RestClient, 1.6.2"
// Install Dangl.RestClient as a Cake Addin
#addin nuget:?package=Dangl.RestClient&version=1.6.2
// Install Dangl.RestClient as a Cake Tool
#tool nuget:?package=Dangl.RestClient&version=1.6.2
Dangl.RestClient www.dangl-it.com
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Dangl.Data.Shared (>= 1.3.1)
- Microsoft.Extensions.Http (>= 2.2.0)
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dangl.RestClient:
Package | Downloads |
---|---|
Dangl.RestClient.Identity.Server
Dangl.RestClient www.dangl-it.com |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 24,165 | 9/18/2021 |
3.0.1 | 8,611 | 6/21/2020 |
3.0.0 | 1,307 | 6/11/2020 |
2.0.0 | 6,975 | 10/2/2019 |
1.6.3 | 945 | 9/29/2019 |
1.6.2 | 595 | 9/21/2019 |
1.6.1 | 3,583 | 8/15/2019 |
1.6.0 | 1,362 | 8/12/2019 |
1.5.0 | 4,011 | 6/12/2019 |
1.4.0 | 635 | 5/11/2019 |
1.3.0 | 12,291 | 2/2/2019 |
1.2.2 | 11,105 | 8/7/2018 |
1.2.1 | 3,597 | 7/18/2018 |
1.2.0 | 889 | 7/14/2018 |
1.1.5 | 871 | 7/6/2018 |
1.1.4 | 916 | 7/4/2018 |
1.1.3 | 941 | 7/4/2018 |
1.1.2 | 1,062 | 5/4/2018 |
1.1.1 | 926 | 5/3/2018 |
1.1.0 | 805 | 5/2/2018 |
## v1.6.2:
- The `DanglIdentityAppTokenHandler` has a new method that allows setting of user credentials after instantiation: `void SetUserCredentials(string userIdentifier, string userPassword)`
## v1.6.1:
- Add NuGet package descriptions
## v1.6.0:
- The generated assemblies now have a strong name. This is a breaking change of the binary API and will require recompilation on all systems that consume this package. The strong name of the generated assembly allows compatibility with other, signed tools. Please note that this does not increase security or provide tamper-proof binaries, as the key is available in the source code per [Microsoft guidelines](https://msdn.microsoft.com/en-us/library/wd40t7ad(v=vs.110).aspx)
## v1.5.0:
- Update **Dangl.Identity** dependencies
## v1.4.0:
- The method `ResponseWrapper.GetResponseWrapper` was renamed to `ResponseWrapper.GetResponseWrapperAsync`
## v1.3.0:
- Dependencies were updated to the latest versions, especially **Dangl.Identity**
- Tests now cover the `netcoreapp2.2` framework, tests for `netcoreapp2.0` were dropped
## v1.2.2:
- Add `GzipHandler`
## v1.2.0:
- Refactoring to be usable with the `HttpClientFactory`
- The minimum requirement is now `netstandard2.0`
## v1.1.4:
- Replace `Dangl.Identity.OAuth` package with `Dangl.Identity.Client.Mvc`
## v1.1.3:
- Dependencies update
- Internal refactoring
## v1.1.2:
- Dependencies update
## v1.1.1:
- `Dangl.RestClient.Identity.Server` is now public
## v1.1.0
- Added **Dangl.RestClient.Identity.TrustedServer** package
- Refactoring to simplify setup of `DanglHttpClient`
## v1.0.2
- Add `ITokenHandler` to allow the `AuthenticationHandler` to be able to obtain and refresh OAuth2 tokens
- Add `Dangl.RestClient.Identity.App` and `Dangl.RestClient.Identity.Server` libraries
## v1.0.1
- Maintenance Release
- Add `netstandard2.0` target
## v1.0.0
- Initial Release