Fork me on GitHub
#clj-http
<
2023-06-21
>
steven kent17:06:08

Hello, I have a series of calls I need to make. If I make the calls individually in the REPL, they all work as expected. But rather than make all the calls manually and individually in the REPL, I'd like to make the calls one after the other in code. But when I try to do that, it looks like all calls except the last one are lost/don't occur. I've looked at Github clj-http for how to address this, but I haven't found it. Thanks.