Move clj-http-lite repo
This commit is contained in:
parent
58bac1477c
commit
7d5b56ed1b
2 changed files with 3 additions and 3 deletions
|
|
@ -10,12 +10,12 @@ Table of contents:
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
### [clj-http-lite](https://github.com/borkdude/clj-http-lite)
|
### [clj-http-lite](https://github.com/babashka/clj-http-lite)
|
||||||
|
|
||||||
A fork of a fork of `clj-http-lite`. Example:
|
A fork of a fork of `clj-http-lite`. Example:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
$ export BABASHKA_CLASSPATH="$(clojure -Sdeps '{:deps {clj-http-lite {:git/url "https://github.com/borkdude/clj-http-lite" :sha "f44ebe45446f0f44f2b73761d102af3da6d0a13e"}}}' -Spath)"
|
$ export BABASHKA_CLASSPATH="$(clojure -Sdeps '{:deps {clj-http-lite {:git/url "https://github.com/babashka/clj-http-lite" :sha "f44ebe45446f0f44f2b73761d102af3da6d0a13e"}}}' -Spath)"
|
||||||
|
|
||||||
$ bb "(require '[clj-http.lite.client :as client]) (:status (client/get \"https://www.clojure.org\"))"
|
$ bb "(require '[clj-http.lite.client :as client]) (:status (client/get \"https://www.clojure.org\"))"
|
||||||
200
|
200
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
export BABASHKA_CLASSPATH=$(clojure -Sdeps '{:deps {clj-http-lite {:git/url "https://github.com/borkdude/clj-http-lite" :sha "f44ebe45446f0f44f2b73761d102af3da6d0a13e"}}}' -Spath)
|
export BABASHKA_CLASSPATH=$(clojure -Sdeps '{:deps {clj-http-lite {:git/url "https://github.com/babashka/clj-http-lite" :sha "f44ebe45446f0f44f2b73761d102af3da6d0a13e"}}}' -Spath)
|
||||||
|
|
||||||
if [ "$BABASHKA_TEST_ENV" = "native" ]; then
|
if [ "$BABASHKA_TEST_ENV" = "native" ]; then
|
||||||
BB_CMD="./bb"
|
BB_CMD="./bb"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue