xylix / dotfiles

My dotfiles
1 stars 1 forks source link

Find a good API client with parallel request support #38

Open xylix opened 3 years ago

xylix commented 3 years ago

Most nice to use API clients (vim-restclient, insomnia, postman) only support one request at a time. This makes reproducing bugs difficult in many cases.

Most API clients providing support for parallel requests are overkill for normal usage, requiring tens of lines of boilerplate code (https://github.com/eBay/restcommander http://www.parallec.io/)