diepm / vim-rest-console

A REST console for Vim.
658 stars 54 forks source link

Default Query String Parameters #72

Open dvisztempacct opened 5 years ago

dvisztempacct commented 5 years ago

It would be great if you could set default querystring parameters in the global section, for example to add pretty to a querystring in each request (useful for elasticsearch.)

johnyoonh commented 5 years ago

This would be especially helpful for POST requests because specifing query string parameters on separate lines only work for GET requests.

Aadniz commented 3 years ago

Maybe a possibility to use JsonBeautify() from the plugin: vim-jsbeautify ?