[server]: Add return_all_data test script
This commit is contained in:
9
server/src/test/return_all_data/return_all_data.sh
Executable file
9
server/src/test/return_all_data/return_all_data.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
API_URL="https://a6y312dpuj.execute-api.us-east-1.amazonaws.com/permanent_data"
|
||||||
|
|
||||||
|
if [ "$1" ]; then
|
||||||
|
query_string="?objectType=$1"
|
||||||
|
fi
|
||||||
|
|
||||||
|
curl "$API_URL$query_string"
|
Reference in New Issue
Block a user