diff options
Diffstat (limited to 'test/endpoints.sh')
-rwxr-xr-x | test/endpoints.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |