REST-REPL

Clojure REPL that resembles a shell in regard the current working directory being a URL and allows sending request.

Why

While tools like httpie are nice to query some APIs with some nice syntax and getting back some formatted JSON and even some colors, those are not ideal to interact with the API. It comes down to interact with the shell and do call after call and copy down values from your results in your next request. Complex interactions are usually out of questions.

/galleries/restrepl/restrepl.thumbnail.png