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.

  • Undaunted@feddit.org
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    11 hours ago

    I’ve been searching for alternatives as well, especially since Insomnia introduced mandatory account creation.

    I think Yaak is pretty good and I recently found out about Voiden, though I haven’t had a chance to try it out yet.

    Edit: I forgot to mention that if you’re using IntelliJ Ultimate for what you’re doing, it has a built-in HTTP client too. We use that a lot at work, because then you can have the requests directly together with your application’s source code inside your repository, which is kinda handy.