top | item 16779879

Vial-Http – Simple HTTP REST Tool for Vim

81 points| 0x54MUR41 | 8 years ago |github.com | reply

15 comments

order
[+] basil|8 years ago|reply
I normally use VRC (Vim REST Client) for testing and debugging APIs from within Vim. https://github.com/diepm/vim-rest-console

Pretty sure VRC uses curl under the hood to perform all requests. It’s great being able to use plain text within Vim to formulate and reuse API calls right next to your code.

[+] techman9|8 years ago|reply
This seems very cool, but it's hard to imagine myself ever using this for anything. What use cases do you imagine this has or have other people found for something like this?
[+] idiocratic|8 years ago|reply
Well done, it looks really neat, although I personally prefer the simplicity of just using curl in another tmux panel and keep Vim light.
[+] lillesvin|8 years ago|reply
If you're using Plug (not sure about other plugin managers) you can just load it on demand.
[+] rkcf|8 years ago|reply
Very nice. Currently building a new CRUD app, and debugging with curl. Ill have to try this out. The templating looks cool.
[+] pionar|8 years ago|reply
Can we stop calling these "REST" tools? They're just HTTP clients/tools. There's nothing "REST" about them.
[+] bvrmn|8 years ago|reply
Author here. Yes, vial-http is not a REST tool, there are no discovery and navigation and all other high level stuff. But it can provide pretty comfortable experience with REST services too. SEO :)
[+] Canada|8 years ago|reply
What's the big deal? Saying REST conveys the idea that it's for working with app specific JSON or XML over HTTP.
[+] _ix|8 years ago|reply
I had imagined this would be for neovim only... not so. This looks great!