feat: a pretty decent, tested, working SDK + CLI
[crowdnode.js/.git] / list.sh
diff --git a/list.sh b/list.sh
deleted file mode 100644 (file)
index 66837ff..0000000
--- a/list.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-set -e
-set -u
-
-#SOURCE_ADDRESS=
-
-echo "Messages:"
-curl $'https://app.crowdnode.io/odata/apimessages/GetMessages(address=\''"${SOURCE_ADDRESS}"$'\')' \
-    --compressed | jq
-
-echo "Balance:"
-curl $'https://app.crowdnode.io/odata/apifundings/GetBalance(address=\''"${SOURCE_ADDRESS}"$'\')' \
-    --compressed | jq
-
-echo "Funds:"
-curl $'https://app.crowdnode.io/odata/apifundings/GetFunds(address=\''"${SOURCE_ADDRESS}"$'\')' \
-    --compressed | jq