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.

  • @[email protected]
    link
    fedilink
    English
    81 year ago

    Insomnia, or if you really love the command line and dont need to document or save your API requests, curl (don’t recommend this for anything beyond simple testing).

    • @mundane
      link
      English
      81 year ago

      If you like the command line but want something more user friendly than curl, I suggest httpie.