DecibelSDK 0.3.1
See the version list below for details.
dotnet add package DecibelSDK --version 0.3.1
NuGet\Install-Package DecibelSDK -Version 0.3.1
<PackageReference Include="DecibelSDK" Version="0.3.1" />
paket add DecibelSDK --version 0.3.1
#r "nuget: DecibelSDK, 0.3.1"
// Install DecibelSDK as a Cake Addin #addin nuget:?package=DecibelSDK&version=0.3.1 // Install DecibelSDK as a Cake Tool #tool nuget:?package=DecibelSDK&version=0.3.1
A programming library which generates Decibel REST calls, and returns the results in usable objects. Makes looking for music metadata easier. Works with Albums, Recordings and Artists. You need to sign up for a Decibel API key: https://developer.decibel.net/signup.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 6.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
PLEASE NOTE: This is a beta release. Content and functionality are likely to change significantly in future versions.
What's New in 3.1
▪ Minor bug fixes
What's New in 3.0:
▪ Overhaul of the authentication and querying process. For more details and examples visit: https://developer.decibel.net/csharp-sdk#query
▪ Support for Decibel API v3. This includes the renaming and removal of several classes and properties. For a list of items affected, please see: https://developer.decibel.net/csharp-sdk-fullversionhistory
▪ Errors are now thrown as a DecibelException, as opposed to being attached to the result object
Known Bugs:
▪ None