DecibelSDK 0.1.3
See the version list below for details.
dotnet add package DecibelSDK --version 0.1.3
NuGet\Install-Package DecibelSDK -Version 0.1.3
<PackageReference Include="DecibelSDK" Version="0.1.3" />
paket add DecibelSDK --version 0.1.3
#r "nuget: DecibelSDK, 0.1.3"
// Install DecibelSDK as a Cake Addin #addin nuget:?package=DecibelSDK&version=0.1.3 // Install DecibelSDK as a Cake Tool #tool nuget:?package=DecibelSDK&version=0.1.3
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.
Features:
▪ Minor changes to the underlying data model. A full revision will be coming in version 0.2
▪ Added the ability to search recordings by artist Id
Known Bugs:
▪ Search parameters for min and max seconds do not work for Recordings and SingleRecording queries.