cenkalti / github-flask

🍾 Flask extension for GitHub API

Home Page:https://github-flask.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json content detection is broken

yobuntu opened this issue · comments

function is_json_response check if content type is equal to "application/json", in my request the json content type is "application/json; charset=utf-8".
would it be better to check if content-type.startwith('application/json') instead of content-type=='application/json'

edit: this is fixed by #23

This is currently being addressed in #23