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.

  • @pfrost
    cake
    link
    English
    3
    edit-2
    1 year ago

    No joke, I use curlie, .curlrc and a bunch of scripts

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

      can you elaborate a bit on that ? I’ve only used curl from cli and never used .curlrc. and what’s curlie ?

      • @pfrost
        cake
        link
        English
        21 year ago

        Curlie is a wrapper on curl that makes more ergonomic to use. I set path to cookie jar in .curlrc. I sync cookies from the browser.