remove curl json output
This commit is contained in:
parent
b449a80dfa
commit
8de2f4c456
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user