JetClient / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
102 stars 0 forks source link

Add support for request / response visualisation #2

Closed GauthierPLM closed 6 months ago

GauthierPLM commented 1 year ago

Is your feature request related to a problem?

It seems it is not yet possible to visualise the requests / response sent in a format similar to Postman' console. having such visualisation can be very useful to debug missing variables or to see the exact content sent to the server.

Describe the solution you'd like

I'd suggest to integrate a "console" similar to Postman' console in the services tool window that could summarise the requests and their responses.

Using the service tool window will allow to either visualise all requests sent in a single view, or visualise them per collection / JetClient requests (similarly to DataGrip' visualisation of SQL requests).

Additional context

No response

AntonShuvaev commented 1 year ago

Good suggestion, will add to roadmap.

AntonShuvaev commented 6 months ago

Version 2024.1.6 now includes a console in the Services tool window for viewing requests, responses, and script output.