We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d1bd8 commit 5c4b502Copy full SHA for 5c4b502
openapi_python_client/parser/responses.py
@@ -21,6 +21,7 @@ class Response:
21
22
_SOURCE_BY_CONTENT_TYPE = {
23
"application/json": "response.json()",
24
+ "application/problem+json": "response.json()",
25
"application/vnd.api+json": "response.json()",
26
"application/octet-stream": "response.content",
27
"text/html": "response.text",
0 commit comments