Omar Pani
Omar Pani
- Algolia Client Version: 6.8.0 I was building some unit tests for my code using the Moq library and I was not able to mock the `InitIndex` method since is...
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...
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...