The default API tooling that comes to your mind is Postman.
Postman is cloud based - the other offline alternatives are on their way to enshittification.
Is there any solution to the problem or we should all default to curl.
The default API tooling that comes to your mind is Postman.
Postman is cloud based - the other offline alternatives are on their way to enshittification.
Is there any solution to the problem or we should all default to curl.
Yup, Bruno is my choice as well coming from Insomnia and Postman. I was lucky enough to purchase the early supporter lifetime license when it was available, so I’ll be using it for the foreseeable future. Hopefully it doesn’t enshittify as another commenter pointed out.
While I still use curl for simple requests, I really do like having a GUI. Features like prettifying requests and responses, being able to fold code, saving requests, shared authorization across multiple requests, etc. Are the reasons why I don’t think I could ever really use CLI options.