MuxicMatchApi 2.0.0
Download the 2.1.0, is the newer and feature version
See the version list below for details.
dotnet add package MuxicMatchApi --version 2.0.0
NuGet\Install-Package MuxicMatchApi -Version 2.0.0
<PackageReference Include="MuxicMatchApi" Version="2.0.0" />
paket add MuxicMatchApi --version 2.0.0
#r "nuget: MuxicMatchApi, 2.0.0"
// Install MuxicMatchApi as a Cake Addin #addin nuget:?package=MuxicMatchApi&version=2.0.0 // Install MuxicMatchApi as a Cake Tool #tool nuget:?package=MuxicMatchApi&version=2.0.0
DOCUMENTATION FOR MUXICMATCHAPI 2.0.0
Important: This library is Asynchronus
Once you installed the package, you have to instance the class: Example:
using MuxicMatchApi;
namespace Something { void static Main() { var client = new MuxicMatchClient("Your Api key"); } }
Functions: In this version there are 2 functions:
GetTrackAsync: This method is a instance of the class, so you have to use like this:
using MuxicMatchApi;
namespace Something { static async Task Main() { var client = new MuxicMatchClient("Your Api key"); var track = await client.GetTrackAsync(stuff); } }
GetLyricsAsync: This method is static so you don't have need the MuxicMatchClient instance, like these:
using MuxicMatchApi;
namespace Something { static async Task Main() { var lyrics = await MuxicMatchClient.GetLyricsAsync(stuff) } }
That's all for 2.0.0
Thanks for download this package
Author: Pro0072006
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.