remove curl files

This commit is contained in:
Asim Aslam
2021-10-29 11:03:26 +01:00
parent 5c34812294
commit 0a3298c33b
127 changed files with 0 additions and 895 deletions

View File

@@ -1,7 +0,0 @@
curl "https://api.m3o.com/v1/stock/History" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"date": "2020-10-01",
"stock": "AAPL"
}'

View File

@@ -1,10 +0,0 @@
curl "https://api.m3o.com/v1/stock/OrderBook" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"date": "2020-10-01",
"end": "2020-10-01T11:00:00Z",
"limit": 3,
"start": "2020-10-01T10:00:00Z",
"stock": "AAPL"
}'

View File

@@ -1,6 +0,0 @@
curl "https://api.m3o.com/v1/stock/Price" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"symbol": "AAPL"
}'

View File

@@ -1,6 +0,0 @@
curl "https://api.m3o.com/v1/stock/Quote" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"symbol": "AAPL"
}'