Hacker News new | ask | show | jobs
by ivan888 826 days ago
vim-rest-console[0] has been my Postman alternative for years. It basically wraps curl and makes it super easy to make different requests from a single text file. Can even write YAML and have it converted to JSON before being sent in the body. Really great tool

0: https://github.com/diepm/vim-rest-console

1 comments

This looks right up my a alley. Thanks for sharing!