We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8331aad commit 02ebc13Copy full SHA for 02ebc13
openapi_python_client/parser/responses.py
@@ -20,6 +20,7 @@ class Response:
20
21
_SOURCE_BY_CONTENT_TYPE = {
22
"application/json": "response.json()",
23
+ "application/vnd.api+json": "response.json()",
24
"application/octet-stream": "response.content",
25
"text/html": "response.text",
26
}
0 commit comments