You must log in or # to comment.
I’ve never understood why anyone needs Postman. Just write some JavaScript and run it with Node. It’s so easy to use the Fetch API.
Collaboration?
what about people that are not JS?
Use whatever you want. Making HTTP calls in any language is easy.
You either die a hero or live long enough to become the villain?
I am wondering that nobody mentioned https://www.usebruno.com/ yet. Works good enough for our Team. We are sharing the collection allongisde the applications code to keep both in Sync.
I just use scalar api browser on my aspire stack.
That way devs dont have to install anything, running the aspire project just auto spins up scalar and they can use it.
- Open link from aspire dashboard
- Paste bearer token
- Play with the api
Its like if swashbuckle and postman had a baby.

