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 11 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

Hey! Appreciate the proposed changes :heart: but this pull request's changes has already been covered in my fork's v0-rewrite branch.

null8626 avatar Apr 18 '25 07:04 null8626