Genius.NET icon indicating copy to clipboard operation
Genius.NET copied to clipboard

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

Results 4 Genius.NET issues
Sort by recently updated
recently updated
newest added

Getting the above error message while looping around the artist songs; artistsSongs = await client.ArtistClient.GetArtistsSongs(Convert.ToUInt64(key), sort: "title", page: nextpage.ToString());

Fixes #20 - Updated the SongResponse model - Improved unit testing: added more tests (testing ArtistClient, SongClient, SearchClient and AnnotationClient) There are a lot of changes but most of them...

Hi, I've downloaded Genius.NET from NuGet and wanted to try it out, but it says this error: “Referenced assembly does not have a strong name”. How can I fix this?...

Calling GetSong with songid **6267625** ```C# geniusClient.SongClient.GetSong(6267625); ``` throws this exception: ``` Jil.DeserializationException: Expected: ", null ``` Seems like there is something wrong with the deserialization but I can't find...