I would like to hear if any of you are using different app for API testing than Postman.

I’m not telling that Postman is bad, but maybe there’s all that I should check out. Recently I tried RapidApi and even tho the app is kinda cool I missed few options and went back to Postman for now.

  • Stopher@reddthat.com
    link
    fedilink
    English
    arrow-up
    57
    arrow-down
    1
    ·
    1 year ago

    I am a fan of Insomnia. As far as I can tell it has most of the features I used in postman without all the paid upgrade nags

    • crusa187@vlemmy.net
      link
      fedilink
      English
      arrow-up
      12
      ·
      1 year ago

      Seconding Insomnia. Sleeker interface imo, only thing it’s lacking in feature parity afaik is the cookie sniffer, but you can grab what you need in postman or js console and then plug it into insomnia np.

      Also, cURL :]

        • joshuamiller@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          Yep, these command line tools seems really cool!

          When I was using GUI API Testing tools, I prefer using APIDog, their UI is much easier to use and I can easily migrate my Postman scripts.

      • httpjames
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Also a websocket test mode would be nice. It’s something I do miss from Postman

    • MaungaHikoi@lemmy.nzM
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      The one thing I find difficult in Insomnia is making the auth common across a group of requests. I end up duplicating existing requests which doesn’t help if I need to update the process at all. Is there a way to use common auth routines yet?