aboutsummaryrefslogtreecommitdiffstats
path: root/test/endpoints.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-05 07:17:25 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-05 07:17:25 +0000
commit27550c1f73edaaaca36294ec1939326009480c5b (patch)
treea6416a3e56cebfce8eeb9f5c8cce105a8678a6aa /test/endpoints.sh
parentupdate (diff)
downloadhived-27550c1f73edaaaca36294ec1939326009480c5b.tar.gz
hived-27550c1f73edaaaca36294ec1939326009480c5b.zip
added goproxy env var to the docker images
Diffstat (limited to '')
-rwxr-xr-xtest/endpoints.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/endpoints.sh b/test/endpoints.sh
index 85621dd..02381d6 100755
--- a/test/endpoints.sh
+++ b/test/endpoints.sh
@@ -3,10 +3,10 @@ set -e
set -x
# sleep 5
-curl -k -X GET https://localhost:8008/crypto/price?name=CAKE&unit=USD
-curl -k -X GET https://localhost:8008/crypto/pair?one=ETH&two=CAKE&multiplier=4.0
+curl -k -X GET "https://localhost:8008/crypto/price?name=CAKE&unit=USD"
+curl -k -X GET "https://localhost:8008/crypto/pair?one=ETH&two=CAKE&multiplier=4.0"
curl -k -X POST -H "Content-Type: application/json" -d '{"name":"alert1", "expr":"ETH>CAKE"}' https://localhost:8008/crypto/alert
-curl -X GET -H "Content-Type: application/json" "https://api.terminaldweller.com/crypto/alert?key=alert10"
+curl -X GET -H "Content-Type: application/json" "https://api.terminaldweller.com/crypto/alert?key=alert13"
curl -X DELETE -H "Content-Type: application/json" "https://api.terminaldweller.com/crypto/alert?key=alert10"
curl -X POST -H "Content-Type: application/json" -d '{"name":"alert1", "expr":"ETH>CAKE"}' https://api.terminaldweller.com/crypto/alert