Anton Shuvaev
Anton Shuvaev
Thanks for the suggestion. I will consider adding this in the future.
Currently, there is no built-in function for reading files, but there is a workaround. Since the script runs on GraalVM JS, you can use Java classes. To read a file...
Added the `jc.readFile` function to read file contents. You can now set a variable's value to the contents of a file using this script: `jc.variables.set("jwt", jc.readFile('path'))`. In the future, I...
Could you please provide more details or the steps to reproduce the issue?
Thank you for your suggestion. Including markdown documentation for requests and folders is on my roadmap. I plan to implement this feature in the near future.
@tukusejssirs, JetClient supports custom documentation in Markdown, accessible through the JetClient Tools toolwindow. It includes both auto-generated and custom content. See the screenshots below: ...
Thanks for the suggestion. WebSocket support is on my roadmap, but it's not in the nearest future.
The URL is encoded automatically when you send a request. Did you have any issues with it?
Will add it to backlog. For now, you can use [String Manipulation plugin](https://plugins.jetbrains.com/plugin/2162-string-manipulation) with which you can select the string, open Actions, and type and select Encode URL or add...
I will add the option for disabling auto-encoding in the next version.