-
-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Labels
✨ enhancementNew feature or improvementNew feature or improvement
Description
Is your feature request related to a problem? Please describe.
I have a 3rd party schema describing an API which returns a PDF file with content application/pdf
Describe the solution you'd like
I'd like either to add the following line to
| _SOURCE_BY_CONTENT_TYPE = { |
"application/pdf": "response.content"or some interface to add that mapping myself.
Describe alternatives you've considered
I'm currently patching _SOURCE_BY_CONTENT_TYPE to workaround this.
cryoff
Metadata
Metadata
Assignees
Labels
✨ enhancementNew feature or improvementNew feature or improvement