python-sdk
python-sdk copied to clipboard
Fix: HTTP module no longer converting responses to dict
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.