mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-23 07:01:35 +00:00
remove curl files
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/currency/Codes" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{}'
|
||||
@@ -1,8 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/currency/Convert" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"amount": 10,
|
||||
"from": "USD",
|
||||
"to": "GBP"
|
||||
}'
|
||||
@@ -1,7 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/currency/Convert" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"from": "USD",
|
||||
"to": "GBP"
|
||||
}'
|
||||
@@ -1,7 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/currency/History" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"code": "USD",
|
||||
"date": "2021-05-30"
|
||||
}'
|
||||
@@ -1,6 +0,0 @@
|
||||
curl "https://api.m3o.com/v1/currency/Rates" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
||||
-d '{
|
||||
"code": "USD"
|
||||
}'
|
||||
Reference in New Issue
Block a user