JustRoxy / ShikimoriSharp

shikimori.one API wrapper for C#
MIT License
18 stars 6 forks source link

[Bug] Favourites return nulls #12

Closed N0D4N closed 3 years ago

N0D4N commented 3 years ago

When requesting to ShikimoriClient.Users.GetFavourites() returned result is Favorites object with nulls on all properties. I think it's because api client should be requesting to api/users/id/favourites as it is written in api v1 docs instead of api/users/id as it is now.

JustRoxy commented 3 years ago

Thanks for your contribution, that was a really interesting bug by me!