rest.nvim
rest.nvim copied to clipboard
A fast Neovim http client written in Lua
I think a `:Rest` command will be great for rest.nvim to evolve and keep growing in the future. This will replace current `RestNvim` commands family, we are going to raise...
I think it's worth it for us to move targetted Neovim version to latest stable release as rest.nvim could benefit from new Lua APIs on it and reduce `vim.cmd` calls...
VSC**es's REST client plugin, which is similar to rest.nvim, supports [file variables](https://github.com/Huachao/vscode-restclient#file-variables). Here's an example to illustrate: ``` @baseUrl = https://test.url.com @access_token = beepboopaccesstoken ### DELETE {{baseUrl}}/posts/50 Authorization {{access_token}} ```...
This addresses [#110](https://github.com/NTBBloodbath/rest.nvim/issues/110) as well as allowing the env files to be updated using a lua script inside {% script %} tags, similar to the intellij rest client. The lua...
Hey, it's been a while since the last time I did feel interest in rest.nvim due to some motives I'll listen below. However, I'll first tell y'all what's going to...
the .editorconfig file helps user autosetup their IDE, the neovim project has one for instance. NB: I've pushed the branch to the main repo instead of my fork, my bad
#9 partially solves this as it can only store JSON responses. For JSON parsing I'm using the decoding part of this library https://github.com/rxi/json.lua adding it to the plugin
Thanks for your work so far! I really like the idea of this plugin. It's one step ahead to use nvim as a complete IDE. But if I am right,...
fix: pass the body as string regardless of it is json else we hit errors in plenary. In Plenary we can set the "body" as a string (either filename or...
It is now possible to run: < {{HOME}}/my_json_file