thunder-client-support
thunder-client-support copied to clipboard
Thunder Client is a lightweight Rest API Client Extension for VS Code.
**Is your feature request related to a problem? Please describe.** Automatically populate authorization details based on saved env, or custom script or such as implemented in postman. https://learning.postman.com/docs/sending-requests/authorization/ **Describe the...
**Is your feature request related to a problem? Please describe.** i have every time to go on the web and search a json to interface or class converter for my...
Example: I want to set a variable `{{isVoidable}}` or `{{isRefundable}}` based on the data in the response body.  So something like: `json.voidable -> equals -> true` - if this...
**Bug description** The sidebar for thunderclient is not toggling correctly with a **keyboard shortcut** (Facing this on mac)! **To Reproduce** **Cmd + B (Keyboard shortcut)** **Expected behavior** Smooth toggling of...
**Is your feature request related to a problem? Please describe.** My setup is: 1. One window with the folder of the service I'm working on open, this folder contains the...
**Describe the bug** This shadow is much heavier than elsewhere in the UI:  Here's how dropdown like that should look (on my theme Sapphire):  I believe theme keys...
**To Reproduce** 1. Type something into the auth > bearer token text area 2. Ctrl+a to select all 3. Ctrl+x to cut 4. Ctrl+z to undo, 🐛 the undo result...
**Describe the bug** Since update 1.18, the following setting is no longer respected: ```json "thunder-client.requestLayout": "Left/Right" ``` As you can see, my env is set to left/right, but my view...
Multi-part requests: user should be able to set content-type for each part in a multi-part request.
When setting up a multipart request, Thunder Client automatically selects the content-type of the file part. The auto-assigned content-type is not always the desired content-type of the API spec, therefore...
Hi @rangav, One of our api endpoints is failing due to the error below. Can you please help us check?  Tried also in CLI, and got the same result...