9 comments

  • esafak 4 hours ago ago

    In https://github.com/ducaale/xh it's something like

      xh POST api.github.com/repos/owner/repo/issues \
        Authorization:'Bearer ghp_token123' \
        Accept:application/vnd.github.v3+json \
        title='Bug Report' \
        body='Something is broken' \
        labels:='["bug","priority-high"]' \
        assignees:='["developer1","developer2"]'
    • kbd 3 hours ago ago

      curlie has had the best balance of ergonomics and power of all the cli tools I've tried. It's full curl underneath but provides a nice ergonomics layer that matches tools like httpie. https://github.com/rs/curlie

  • tux1968 2 hours ago ago

    These guys must be very smart. Does this thing solve cache invalidation too?

  • davidkunz 5 hours ago ago

    It's all good, man!

  • selectnull 4 hours ago ago

    A few years ago I was thinking about that same problem and came up with this: https://github.com/selectnull/endpoint

    I don't see myself having the time to implement all the features I sometimes (half-assed) think of. It's semi useful tool, sometimes.

  • fcpguru 5 hours ago ago

    and if anyone needs an actual lawyer https://bettercallsy.com/

  • dominicq 3 hours ago ago

    Do you think a man just happens to call an API without an authorization header? Give me a break. He orchestrated it! Jimmy!

  • landonia 6 hours ago ago

    best tool name ever

  • mvieira38 6 hours ago ago

    The UX seems genuinely good