JustRoxy / ShikimoriSharp

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

Fix boolean serialization #20

Closed JustRoxy closed 1 year ago

JustRoxy commented 1 year ago

Closes #19

The problem was that default bool.ToString() converts true -> "True", and false -> "False". Shikimori API requires it to be "true" and "false" instead.