Closed sudorock closed 3 years ago
@sudorock Thanks. Merged and also bumped babashka. If you want to use this change in the currently released babashka you can add this library as a dependency and use (:require [babashka.curl :as curl] :reload)
. The :reload
keyword makes babashka pick up on the source rather than the built-in version.
@sudorock Thanks. Merged and also bumped babashka. If you want to use this change in the currently released babashka you can add this library as a dependency and use (:require [babashka.curl :as curl] :reload). The :reload keyword makes babashka pick up on the source rather than the built-in version.
That's quite interesting, thanks @borkdude
Looks good. Is there a good way to tests this? Then please also add a test.