Hey Cursor folks, What do you all use for testing APIs? Need something simple and efficient!
Bruno is open source
This is super simple and very lightweight and my general preference for most things (assuming you mean manually testing):
basically a typescript file with your URLs and payloads, that you can execute directly from a row in the file.
If you want something similar to postman though - there is insomnia and thunderclient which are basically the same thing as postman with very similar ui - thunderclient lives in vscode/cursor though as an extension
Also being fed up with Postman getting bloated and the free plan limits. Been using Apidog for the past month and honestly can’t go back.
It has everything - API design, testing, docs, and debugging all in one place. The free plan is actually usable (unlike Postman’s 25 collection runs/month BS).
Super clean UI, doesn’t lag on my machine, and the automated testing is way better IMO.
how is your experience with thunderclient? the rating on extension store or microsoft store is really bad
Try Apidog. It is an all-in-one API development platform for testing, mocking, debugging, designing, and documenting APIs. Very user-friendly.
I’ve been using Posting for a couple of months now, and it is a good tool.