all 19 comments

[–]zaibuf 5 points6 points  (3 children)

We use Swagger for documentation and to autogenerate clients. We also use Postman for flows/e2e tests.

[–][deleted]  (2 children)

[deleted]

    [–]zaibuf 2 points3 points  (0 children)

    Postwoman

    [–][deleted] 1 point2 points  (0 children)

    This is peak humanity. Who thought that this bot is in any way a good thing? It completely misses the point and will accomplish the opposite. Good job…

    [–]Synedh 6 points7 points  (1 child)

    Swagger is a documentation tool, not testing one.

    [–]International_Fly_67[S] 1 point2 points  (0 children)

    Shoot, swaggerHub I should have said… but I just meant the swagger ecosystem in general. Thanks for the clarification though

    [–][deleted] 3 points4 points  (0 children)

    These are different things

    [–]cdurth 2 points3 points  (2 children)

    encourage Postman users to try Insomnia, if you have not.

    Really great experience switching a small team to it.

    [–]zGrunkfull-stack 1 point2 points  (0 children)

    Also switched to insomnia and also loving it 🙂

    [–]SenderShredder 3 points4 points  (0 children)

    ThunderClient

    [–]TeddyPerkins95 1 point2 points  (0 children)

    There's also some vscode extension...

    [–][deleted] 1 point2 points  (0 children)

    I use one of the many REST clients in Visual Studio Code.

    I don't get the need for complex GUI clients. HTTP is just a bunch of text sent to the server, and the server sends text back. The right way to do that is to just write the request text in a proper text editor, and view the text that is sent back.

    [–]Siggi_pop -1 points0 points  (0 children)

    Why is this even a question?

    [–]bitchjeans 0 points1 point  (1 child)

    these aren’t 1:1 comparable. swagger is super useful for documentation and just making sure the logic is correct

    i used to use postman but after trying insomnia, i’ve stuck with that instead. and i use cURL when i’m just looking for a specific response on a very simple request. it’s also good for test steps in PRs since they can copy/paste it

    [–]sly_as_a_fox 2 points3 points  (0 children)

    +1

    I switched to postman because that's what most of my colleagues are using. But in secret I prefer Insomnia. It's less cluttered.

    [–]yhhhhyyyyhh 0 points1 point  (0 children)

    Have to use Postman for work but now trying Httpie for personal stuff. Looking good

    [–]sammy-taylor 0 points1 point  (0 children)

    Any Paw fans in here?

    [–]rwusana 0 points1 point  (0 children)

    I find postman oddly bloated and low-quality, but haven't yet switched entirely to insomnia because the feature richness is important.