From 488d609a64d35683a824bef60841665942bf5cf9 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 18 May 2022 19:13:38 +0430 Subject: update --- test/endpoints.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/endpoints.sh b/test/endpoints.sh index 6263136..85621dd 100755 --- a/test/endpoints.sh +++ b/test/endpoints.sh @@ -6,3 +6,7 @@ set -x 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 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 -- cgit v1.2.3