• dhruv3006OP
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      1 month ago

      Well having decent documentation is kind of rare.

      • trxxruraxvr
        link
        fedilink
        arrow-up
        4
        ·
        1 month ago

        But is providing a special client for your api really less work than fixing your documentation?

    • bleistift2@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      I occasionally use curl, and it’s annoying when you have secrets that need to rotate regularly or you need to change the middle of a URL. Also: Fuck quoting in the shell.

      • trxxruraxvr
        link
        fedilink
        arrow-up
        3
        ·
        1 month ago

        I put the secrets in environment variables, I don’t what them to show up in the shell history anyway. Quoting can be a bit anything if you need nested quotes, but I hardly ever need that with curl.