9

Have you heard of "Thunder client"? Meh... That shit is cool. I came across it on my YouTube recommendations, installed and gave it a try. I'm probably not going back to postman.

Comments
  • 2
    Cool, thanks for sharing! Will give it a try.
  • 1
    Looks like https://insomnia.rest in a vsCode extension....

    Ooh it has inline tests, hmm maybe I don't need apache jmeter.
  • 1
    Looks pretty cool. I use Insomnia but I'll give this a try.
  • 0
    Definitely, special for quick testing. but meh, I still prefer postman has my main driver for larger apis
  • 0
    @pr0mis3 what do you mean by large APIs? 🤔
    You can do all you can with postman on it.
  • 0
    @GiddyNaya I mean large APIs collections and overall large projects. Sometimes there is just to much happening on VSCode (with the extensions there I use) and API related stuff I find myself still preferring Postman, mostly for organization reasons
  • 0
    @pr0mis3 Well that sounds more like a specific preference to me but that's all good.
    From my perspective, since it already features collections that would make even more sense for larger projects.
  • 0
    My favourite part is you don't need to test each part of your code outside vscode environment which saves time and overall it's also lightweight close to no-memory footprint unlike postman. I really don't know how large a collection could be to cause a lag but if I could open my large projects on vscode without issues... collections shouldn't be a problem as they're also just files.
Add Comment