Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-10-29 09:09:35 +00:00
parent 2576812b54
commit 5c34812294
127 changed files with 895 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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
}
}'