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.
Curl. Especially as Firefox’ network tab lets me copy every request in curl format. I only use postman for complex POST/PUT/PATCH requests. I’ve used httpie in the past.