diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-27 03:38:00 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-27 03:38:00 +0000 |
commit | ea65a4c05b2f86f2bf6ee11d636145749b762571 (patch) | |
tree | 2770346801d2760a4de5fb7efcb3180441bb0965 /arbiter/tests.sh | |
parent | added a coingecko endpoint (diff) | |
download | hived-ea65a4c05b2f86f2bf6ee11d636145749b762571.tar.gz hived-ea65a4c05b2f86f2bf6ee11d636145749b762571.zip |
added coincap endpoint
Diffstat (limited to '')
-rwxr-xr-x | arbiter/tests.sh | 3 |
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" |