mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-19 21:45:17 +00:00
remove curl files
This commit is contained in:
7
curl/cache/decrement/decrementAValue.sh
vendored
7
curl/cache/decrement/decrementAValue.sh
vendored
@@ -1,7 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/cache/Decrement" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"key": "counter",
|
||||
"value": 2
|
||||
}'
|
||||
6
curl/cache/delete/deleteAValue.sh
vendored
6
curl/cache/delete/deleteAValue.sh
vendored
@@ -1,6 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/cache/Delete" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"key": "foo"
|
||||
}'
|
||||
6
curl/cache/get/getAValue.sh
vendored
6
curl/cache/get/getAValue.sh
vendored
@@ -1,6 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/cache/Get" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"key": "foo"
|
||||
}'
|
||||
7
curl/cache/increment/incrementAValue.sh
vendored
7
curl/cache/increment/incrementAValue.sh
vendored
@@ -1,7 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/cache/Increment" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"key": "counter",
|
||||
"value": 2
|
||||
}'
|
||||
7
curl/cache/set/setAValue.sh
vendored
7
curl/cache/set/setAValue.sh
vendored
@@ -1,7 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/cache/Set" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"key": "foo",
|
||||
"value": "bar"
|
||||
}'
|
||||
Reference in New Issue
Block a user