DEV Community

Discussion on: No More postman just use cURL + vim =

Collapse
 
minhajuddin profile image
Khaja Minhajuddin

You could use vim VRC github.com/diepm/vim-rest-console , it allows you to store your requests in a file like http.rest

http://localhost:9200
POST /testindex/testtype
{
  "key": "new key",
  "value": "new value"|
}
Collapse
 
22mahmoud profile image
Mahmoud Ashraf

It has cool features, I'll give it a try.