Skip to content(if available)orjump to list(if available)

Better Curl Saul: a lightweight API testing CLI focused on UX and simplicity

esafak

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

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

selectnull

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.

davidkunz

It's all good, man!

fcpguru

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

dominicq

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

landonia

best tool name ever

mvieira38

The UX seems genuinely good