MuxicMatchApi 2.0.0

Additional Details

Download the 2.1.0, is the newer and feature version

There is a newer version of this package available.
See the version list below for details.
dotnet add package MuxicMatchApi --version 2.0.0
NuGet\Install-Package MuxicMatchApi -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MuxicMatchApi" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MuxicMatchApi --version 2.0.0
#r "nuget: MuxicMatchApi, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.0 452 6/23/2021
2.1.0 677 6/15/2021
2.0.1 467 6/13/2021
2.0.0 485 6/13/2021
1.0.0 449 6/8/2021