forked from umer-ali-khan/mapbox-postman-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mapbox_Matrix.postman_collection.json
49 lines (49 loc) · 1.07 KB
/
Mapbox_Matrix.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"variables": [],
"info": {
"name": "MapBox - Matrix",
"_postman_id": "f0f422f8-7733-053e-3c8c-548869c4e82f",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "Retrieve a matrix",
"request": {
"url": {
"raw": "https://api.mapbox.com/directions-matrix/v1/mapbox/driving/-122.42,37.78;-122.45,37.91;-122.48,37.73?access_token={{mapbox_full_access_token}}",
"protocol": "https",
"host": [
"api",
"mapbox",
"com"
],
"path": [
"directions-matrix",
"v1",
"mapbox",
"driving",
"-122.42,37.78;-122.45,37.91;-122.48,37.73"
],
"query": [
{
"key": "access_token",
"value": "{{mapbox_full_access_token}}",
"equals": true,
"description": ""
}
],
"variable": []
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"foo____\",\n \"description\": \"bar\"\n}"
},
"description": ""
},
"response": []
}
]
}