remove curl files

This commit is contained in:
Asim Aslam
2021-10-29 11:39:33 +01:00
parent c5c2867dc3
commit 8e9779a8cb
127 changed files with 0 additions and 895 deletions

View File

@@ -1,13 +0,0 @@
curl "https://api.m3o.com/v1/routing/Directions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"destination": {
"latitude": 52.529407,
"longitude": 13.397634
},
"origin": {
"latitude": 52.517037,
"longitude": 13.38886
}
}'

View File

@@ -1,13 +0,0 @@
curl "https://api.m3o.com/v1/routing/Eta" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"destination": {
"latitude": 52.529407,
"longitude": 13.397634
},
"origin": {
"latitude": 52.517037,
"longitude": 13.38886
}
}'

View File

@@ -1,13 +0,0 @@
curl "https://api.m3o.com/v1/routing/Route" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"destination": {
"latitude": 52.529407,
"longitude": 13.397634
},
"origin": {
"latitude": 52.517037,
"longitude": 13.38886
}
}'