aboutsummaryrefslogtreecommitdiffstats
path: root/arbiter/tests.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-27 03:38:00 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-27 03:38:00 +0000
commitea65a4c05b2f86f2bf6ee11d636145749b762571 (patch)
tree2770346801d2760a4de5fb7efcb3180441bb0965 /arbiter/tests.sh
parentadded a coingecko endpoint (diff)
downloadhived-ea65a4c05b2f86f2bf6ee11d636145749b762571.tar.gz
hived-ea65a4c05b2f86f2bf6ee11d636145749b762571.zip
added coincap endpoint
Diffstat (limited to '')
-rwxr-xr-xarbiter/tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/arbiter/tests.sh b/arbiter/tests.sh
index 1fe9792..ece5801 100755
--- a/arbiter/tests.sh
+++ b/arbiter/tests.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env sh
-curl -X GET "https://localhost:8009/arb?name=ethereum&unit=usd"
+curl -k -X GET "https://localhost:8009/arb/gecko?name=ethereum&unit=usd"
+curl -k -X GET "https://localhost:8009/arb/coincap?name=ethereum"