jameslieu / howlongtobeat

A simple wrapper API to fetch data from HowLongToBeat.com - published on Nuget
https://www.nuget.org/packages/HowLongToBeat/
MIT License
2 stars 3 forks source link

Fixed getting the first result, Unicode, reusing httpclient bugs and … #3

Closed gabuscuv closed 1 year ago

gabuscuv commented 2 years ago

…Added a unit test of a real case.

Hi, I was using your library but I had some troubles with the results (the first result) and searching titles on a loop. Some I resolve without touching your code, but some bugs are required to fix directly.

So, I fixed those buggies issues and added some unit tests to ensure that It's not happening again.

I think I finished from my side, So, you are free to start your code reviewing.