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,9 +0,0 @@
curl "https://api.m3o.com/v1/geocoding/Lookup" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"address": "10 russell st",
"city": "london",
"country": "uk",
"postcode": "wc2b"
}'

View File

@@ -1,7 +0,0 @@
curl "https://api.m3o.com/v1/geocoding/Reverse" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"latitude": 51.5123064,
"longitude": -0.1216235
}'