mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-22 06:45:17 +00:00
remove curl files
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/rss/Add" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"category": "news",
|
||||
"name": "bbc",
|
||||
"url": "http://feeds.bbci.co.uk/news/rss.xml"
|
||||
}'
|
||||
@@ -1,6 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/rss/Feed" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"name": "bbc"
|
||||
}'
|
||||
@@ -1,4 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/rss/List" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{}'
|
||||
@@ -1,6 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/rss/Remove" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"name": "bbc"
|
||||
}'
|
||||
Reference in New Issue
Block a user