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
REST book extension recently changed JSON output to use non-standard text/x-json mime type to display JSON responses.
text/x-json
This breaks REST book examples we created that expect common application/json mime type to be used instead.
application/json
Therefore, our renderers don't even show in the new Change Presentation list for REST book cell outputs.
Change Presentation
Breaking change: tanhakabir/rest-book@e33ab58
See common mime types: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
The text was updated successfully, but these errors were encountered:
register text/x-json mime type for the data table and summary rendere…
b171878
…rs to work with updated restbook extension (#114) and json response outputs from .restbook notebooks
Updated renderers list display for the custom rest book text/x-json mime type output:
Sorry, something went wrong.
No branches or pull requests
REST book extension recently changed JSON output to use non-standard
text/x-json
mime type to display JSON responses.This breaks REST book examples we created that expect common
application/json
mime type to be used instead.Therefore, our renderers don't even show in the new
Change Presentation
list for REST book cell outputs.Breaking change: tanhakabir/rest-book@e33ab58
See common mime types: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
The text was updated successfully, but these errors were encountered: