add simple test scripts for convenience
This commit is contained in:
parent
60276cc881
commit
b9405a396f
4
scripts/close_aerie.sh
Normal file
4
scripts/close_aerie.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
curl -XPOST \
|
||||||
|
-H "Content-Type: application/json" \
|
||||||
|
--data '{"consumer_key": "","consumer_secret":"","aerie":false }' \
|
||||||
|
http://localhost:3000/api/update.php
|
4
scripts/open_aerie.sh
Normal file
4
scripts/open_aerie.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
curl -XPOST \
|
||||||
|
-H "Content-Type: application/json" \
|
||||||
|
--data '{"consumer_key": "","consumer_secret":"","aerie":true }' \
|
||||||
|
http://localhost:3000/api/update.php
|
Loading…
x
Reference in New Issue
Block a user