Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.22k stars 436 forks source link

Improve HttpResponseWebView to support tabular data #540

Open tdhung80 opened 4 years ago

tdhung80 commented 4 years ago

Hi,

It would be great if there is a way to customize the response data visualization or allow to customize the response before rendering it, or a way to customize/override getHtmlForWebview().

My Bests, Hung Tran

Huachao commented 4 years ago

@tdhung80 what do you mean tabular data and what's the MIME type?

tdhung80 commented 4 years ago

@Huachao I just need a way to customize the data visualization, a feature like Visualize API in Postman which i could provide a html template or a render logic for response data.

For example, https://learning.postman.com/docs/postman/sending-api-requests/visualizer/