bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Feature Request: Add multiple response viewing panes (HTML, raw, JSON, table, etc...)

Open andy-b-84 opened this issue 1 year ago • 0 comments

I have checked the following:

  • [X] I've searched existing issues and found nothing related to my issue.

Describe the feature you want to add

Most of the APIs I query are JSON based, meaning displaying prettified JSON works for 90% of my work-based scenarios.

But every onece in a while, an API answers with an HTML body : I can save the HTML to a file and display it in any browser, but it woud help me a lot to be able to toggle between "JSON" and "HTML".

In the same vein, https://github.com/usebruno/bruno/issues/2273 ( with its PR: https://github.com/usebruno/bruno/pull/2272 ) asks to add the "raw display".

All in all, if you could add a "display panes" or a list of "response display format buttons", preferably with JSON, HTML and RAW, for a start, that would be great.

Mockups or Images of the feature

URL tested : https://google.com image image image

andy-b-84 avatar May 17 '24 07:05 andy-b-84