RestSharpHelper 1.1.1
RestSharpHelper
Small library helper for RestSharp including rate limit, oauth1 support, helper for async download, usage of JSON.Net as json serializer and some helper method
Install-Package RestSharpHelper -Version 1.1.1
dotnet add package RestSharpHelper --version 1.1.1
<PackageReference Include="RestSharpHelper" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RestSharpHelper --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Update to >NET Standard
Dependencies
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 11.0.2)
- RateLimiter (>= 1.1.1)
- RestSharp (>= 106.3.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.0.2)
- RateLimiter (>= 1.1.1)
- RestSharp (>= 106.3.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RestSharpHelper:
Package | Downloads |
---|---|
DiscogsClient
C# Client library for Discogs API v2.0
Features
Include API to authorize user (generating OAuth1.0 token and token secret)
Full support to DataBase API including image download
Support of identity API
Asynchroneous and cancellable API using Tasks
Transparent management of pagination using none blocking API (Reactive IObservable) or IEnumerable
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RestSharpHelper:
Repository | Stars |
---|---|
SHOEGAZEssb/Last.fm-Scrubbler-WPF
Manual Last.fm scrobbling for when a service (or you!) failed to scrobble.
|