Info
Version: | 2.7.1 |
Author(s): | David Desmaisons |
Last Update: | Thursday, October 29, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DiscogsClient |
Install
Install-Package DiscogsClient
dotnet add package DiscogsClient
paket add DiscogsClient
DiscogsClient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Newtonsoft.Json(>= 11.0.2)
- RateLimiter(>= 1.1.1)
- RestSharp(>= 106.3.0)
- RestSharpHelper(>= 1.1.1)
- System.Reactive(>= 4.0.0)
- Newtonsoft.Json(>= 11.0.2)
- RateLimiter(>= 1.1.1)
- RestSharp(>= 106.3.0)
- RestSharpHelper(>= 1.1.1)
- System.Reactive(>= 4.0.0)
Tags
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.