What alternative to ‘postman’ do you like the most for simply testing a bunch of REST services?
You must log in or register to comment.
I don’t really use any tool. For my stuff I use FastAPI which generates swagger UI, and when troubleshooting I interact that way.