aboutsummaryrefslogtreecommitdiffstats
path: root/test/endpoints.sh
blob: 0c47cd6c6eef676c17d33fe7a13521aaceafa1bb (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env sh
set -e
set -x

curl -X GET http://127.0.0.1:8008/price?name=CAKE&unit=USD
curl -X GET http://127.0.0.1:8008/pair?one=ETH&two=CAKE&multiplier=4.0
curl -X POST -H "Content-Type: application/json" -d '{"name":"alert1", "expr":"ETH>CAKE"}' http://127.0.0.1:8008/addalert