tanhakabir / rest-book

REST Book is a Visual Studio Code extension that allows you to perform REST calls in a Notebook interface.
https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book
MIT License
249 stars 24 forks source link

Automatically escape path #139

Open bestpika opened 1 year ago

bestpika commented 1 year ago

Can the extension be enhanced to include automatic path escaping?

I’ve encountered some APIs that use CJK characters in their paths, and if I escape the path beforehand, it becomes difficult to recognize the content stored in the end.

Therefore, I hope that when sending a request, the paths can be automatically escaped so that I don’t have to restore the paths before understanding the content afterward.

Thank you.