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,4 +0,0 @@
curl "https://api.m3o.com/v1/evchargers/ReferenceData" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{}'

View File

@@ -1,16 +0,0 @@
curl "https://api.m3o.com/v1/evchargers/Search" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"box": {
"bottom_left": {
"latitude": 51.52627543859447,
"longitude": -0.03635349400295168
},
"top_right": {
"latitude": 51.56717121807993,
"longitude": -0.002293530559768285
}
},
"max_results": 2
}'

View File

@@ -1,11 +0,0 @@
curl "https://api.m3o.com/v1/evchargers/Search" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"distance": 2000,
"location": {
"latitude": 51.53336351319885,
"longitude": -0.0252
},
"max_results": 2
}'

View File

@@ -1,14 +0,0 @@
curl "https://api.m3o.com/v1/evchargers/Search" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"distance": 2000,
"levels": [
"3"
],
"location": {
"latitude": 51.53336351319885,
"longitude": -0.0252
},
"max_results": 2
}'