adding simple list

This commit is contained in:
2023-08-20 11:12:39 +03:00
parent 8377ed7508
commit dcd7c97b99
3 changed files with 21 additions and 2 deletions

View File

@@ -142,6 +142,12 @@ _details() { # name
"$MFL_ROOTURL"/details/"$1"
}
_simple_list() {
curl -fL -w "\n" \
-H "Secret: $MFL_TOKEN" \
"$MFL_ROOTURL"/ls-simple
}
_maintain() {
curl -fL -w "\n" \
-H "Secret: $MFL_TOKEN" \