Rest.Net
2.2.2
A simple to use REST client for .NET Core
Install-Package Rest.Net -Version 2.2.2
dotnet add package Rest.Net --version 2.2.2
<PackageReference Include="Rest.Net" Version="2.2.2" />
paket add Rest.Net --version 2.2.2
Release Notes
2.2.2
-----
Fix OAuth2Authenticator bug that throws exception when 404 is returned
2.2.1
-----
Add innerProperty ability to for PUT, POST, DELETE actions
2.2.0
-----
- New PathBuilder method will now make sure that all URL are valid, even if a path or base path lacks the backslash char ('/').
- Additional methods and properties documentations.
- Redirect bug fix.
- Same client can now handle multiple cuncurrent calls.
- Anonymous object support when using ExecuteAsync.
- Setting call authentication - allows auto authentication handling.
- OAuth2 authenticator.
2.1.0
-----
Major refactoring.
Library is not more async and opinionated - Working with tasks is now completly async.
Remove unneeded overloads and code making the library smaller and more lightweight.
Support for internal response properties serialization.
Support returning anonymous types as result from an API call.
2.0.1
-----
Change the request AddContent to SetContent to be more explicit about what this method actually does (add implies that more Content can later be added, but in reality it overrides existing Content).
2.0.0
-----
Update to .NET Standard 2.0.
Library version also updated to 2.0.0 to be consisted with the new 2.0.
For erlier .NET Core or .NET Standard versions, use version < 2.0.0
1.0.6
-----
Minor bug fix
1.0.5
-----
Minor bug fix
1.0.4
-----
Allow using a base url with a relative path in it
1.0.3
-----
Fix bug with authorization header setup
1.0.2
-----
Fix bug that's causing a string response to raise an error flag
Dependencies
-
.NETStandard 2.1
- Newtonsoft.Json (>= 12.0.2)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Rest.Net:
Package | Downloads |
---|---|
FacebookCore
An unofficial .NET Core SDK for Facebook API
|
|
Aftab.Checkout.Client
Package Description
|
|
GoogleAnalytics.NET
A library for sending metrics to Google Analytics to keep statistics of .NET apps
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.2.2 | 864 | 3/15/2020 |
2.2.1 | 3,238 | 10/7/2019 |
2.2.0 | 221 | 9/10/2019 |
2.1.1 | 1,078 | 8/4/2019 |
2.1.0 | 165 | 8/4/2019 |
2.0.1 | 3,991 | 3/3/2018 |
2.0.0 | 607 | 8/16/2017 |
1.0.6 | 2,594 | 6/24/2017 |
1.0.5 | 399 | 6/24/2017 |
1.0.4 | 404 | 6/23/2017 |
1.0.3 | 489 | 6/18/2017 |
1.0.2 | 500 | 6/8/2017 |
1.0.1 | 447 | 5/24/2017 |
1.0.0 | 1,482 | 12/6/2016 |