openapi-python-client
openapi-python-client copied to clipboard
Add a way to override content types
Add content_type_overrides or similar to the formats accepted by --config so that folks can redirect a specialized content type to one of the implementations that exist in this project.
Specifically, one might solve #592 by adding something like:
content_type_overrides:
"application/vnd.api+json": "application/json"
See https://github.com/openapi-generators/openapi-python-client/discussions/655 for more info.