python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

Fix: HTTP module no longer converting responses to dict

Open Midorina opened this issue 10 months ago • 1 comments

Top.GG API now returns "application/json" as the Content-Type instead of "application/json; charset=utf-8". This PR fixes the issue by making the content type check less strict.

Midorina avatar Feb 28 '25 21:02 Midorina