forked from umer-ali-khan/mapbox-postman-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mapbox_Tilequery.postman_collection.json
48 lines (48 loc) · 1.05 KB
/
Mapbox_Tilequery.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
{
"variables": [],
"info": {
"name": "MapBox - Tilequery",
"_postman_id": "543dbbb7-4b84-489f-2200-b0210077a1ef",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "Retrieve features from vector tiles",
"request": {
"url": {
"raw": "https://api.mapbox.com/v4/mapbox.mapbox-streets-v7/tilequery/-122.42901,37.80633.json?access_token={{mapbox_full_access_token}}",
"protocol": "https",
"host": [
"api",
"mapbox",
"com"
],
"path": [
"v4",
"mapbox.mapbox-streets-v7",
"tilequery",
"-122.42901,37.80633.json"
],
"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": []
}
]
}