First production ready product
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
KEY=<MY_METABASE_KEY>
|
||||
|
||||
curl -X POST \
|
||||
-H "x-api-key: $KEY" \
|
||||
-H "Content-Type: application/json" \
|
||||
https://metabase.psi.ch/api/card/94/query/json
|
||||
Reference in New Issue
Block a user