We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My project uses more specific json mime types in the api requests. Eg: application/vnd.$(corp).$(schemaname).v$(schemaversion)+json
application/vnd.$(corp).$(schemaname).v$(schemaversion)+json
Although these are json responses, bruno will not render the response of the api showing the following message:
Resource representation is only available with these types: application/json
I would greatly benefit from bruno treating the mime type application/*+json the same way as appliaction/json.
application/*+json
appliaction/json
Other (non-vendor specific) examples:
application/problem+json
application/ld+json
application/json-patch+json
.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have checked the following:
Describe the feature you want to add
My project uses more specific json mime types in the api requests.
Eg:
application/vnd.$(corp).$(schemaname).v$(schemaversion)+json
Although these are json responses, bruno will not render the response of the api showing the following message:
I would greatly benefit from bruno treating the mime type
application/*+json
the same way asappliaction/json
.Other (non-vendor specific) examples:
application/problem+json
application/ld+json
application/json-patch+json
Mockups or Images of the feature
.
The text was updated successfully, but these errors were encountered: