23
0
Fork 0

remove curl json output

This commit is contained in:
tykayn 2020-11-26 17:55:34 +01:00 committed by Baptiste Lemoine
parent b449a80dfa
commit 8de2f4c456
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ API_URL="https://mobilizon.chapril.org/api/"
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
--data '{"query":"{\n statistics {\n numberOfUsers\n numberOfEvents\n numberOfLocalEvents\n numberOfComments\n numberOfLocalComments\n numberOfGroups\n numberOfLocalGroups\n numberOfInstanceFollowers\n numberOfInstanceFollowings\n }\n}\n"}' $API_URL) --data '{"query":"{\n statistics {\n numberOfUsers\n numberOfEvents\n numberOfLocalEvents\n numberOfComments\n numberOfLocalComments\n numberOfGroups\n numberOfLocalGroups\n numberOfInstanceFollowers\n numberOfInstanceFollowings\n }\n}\n"}' $API_URL)
echo $json;
# #
help() help()
{ {