thunder-client-support
thunder-client-support copied to clipboard
Thunder Client is a lightweight Rest API Client Extension for VS Code.
**Describe the bug** ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": "string" } } } ``` ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type":...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Let's add the ability to format the response **Describe alternatives you've considered** Formatting the...
Hello, Basically, I want to set a variable to blank before calling a Request. E.g. I have a variable {{token}} now, I want to **clear** that before [Pre request] i...
**Describe the bug** These tests are overriding  **To Reproduce** Use tests in image provided above **Expected behavior** Tests should only override if `action` is the same (>,
Hey Rangav, I am using you're extension and it was pretty impressive and powerful, but one thing that i want to ask with you, that will you add a proxy...
Better repo related file structure: seperate file for active environement to be .gitignore friendly.
As we're making thunder-clients files (activity, client environement) as part of our source repo, we like to have active environment flag to be a separate file instead of `thunderEnvironement.json` so...
Currently, SSE responses are printed as is, without any formatting or highlighting ``` data:{...} ``` I'd like if a `sse` toggle is provided, splitting the response data by event name.
A login request I perform returns a long authorization token as a text value between double quotes ("). The value cannot be used with the quotes so I have to...
**Is your feature request related to a problem? Please describe.** Yes. Sometimes if the server is down or takes it forever to respond (due to serve bug, etc), I'm blocked....
**Describe the solution you'd like** I would like to have a setting where I can change the default url used when creating a new request. Currently it's set to "https://www.thunderclient.com/welcome"...