Popularity
1.7
Stable
Activity
0.0
Stable
33
3
6

Description

.NET library to access Genius API @ (https://www.genius.com)

Genius.NET is an .NET C# library to access the Genius API. It is a Portable Class Library that can be used for development on all the .NET platforms except Windows Silverlight.

It is very easy to use.

For example to retrieve a Song by Artist Id you can do:

Code Quality Rank: L4
Programming language: C#
License: MIT License
Tags: API     Web     HTTP     JSON     REST     Httpclient     Portable    
Latest version: v2.0.0

Genius.NET alternatives and similar packages

Based on the "API" category.
Alternatively, view Genius.NET alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Genius.NET or a related project?

Add another 'API' Package

README

Genius.NET

.NET library to access Genius API @ (https://www.genius.com)

NuGet GitHub issues license Contact

Genius.NET is C# library to access the Genius REST API. It is a .NETCore and Portable Class Library that can be used for development on Windows, Windows RT, Windows Phone, Mono, Xamarin Android and Xamarin iOS.

This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected]

Installation

To install Genius.NET, run the following command in Nuget's Package Manager Console

Install-Package Genius.NET

Usage

Please refer to the Example Project for tutorial on how to use the library.

To retrieve a Song:

var client = new GeniusClient("API_KEY");
var song = await client.SongClient.GetSong(378195);


*Note that all licence references and agreements mentioned in the Genius.NET README section above are relevant to that project's source code only.