forked from foursquare/Place-API-Postman-Collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.json
74 lines (74 loc) · 1.17 KB
/
environment.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"id": "29b1d397-7fb8-43f5-b233-bea8c3cca203",
"name": "Foursquare Places API",
"values": [
{
"key": "client_id",
"value": "FSQ_CLIENT_ID",
"enabled": true
},
{
"key": "client_secret",
"value": "FSQ_CLIENT_SECRET",
"enabled": true
},
{
"key": "v",
"value": "20190425",
"enabled": true
},
{
"key": "VENUE_ID",
"value": "",
"enabled": true
},
{
"key": "requestId_select",
"value": "",
"enabled": true
},
{
"key": "visitSignature_select",
"value": "",
"enabled": true
},
{
"key": "prefix_photo",
"value": "",
"enabled": true
},
{
"key": "suffix_photo",
"value": "",
"enabled": true
},
{
"key": "oauth_token",
"value": "OAUTH_TOKEN",
"enabled": true
},
{
"key": "EDIT_VENUE_ID",
"value": "EDIT_VENUE_ID",
"enabled": true
},
{
"key": "PHOTO_ID",
"value": "",
"enabled": true
},
{
"key": "TIP_ID",
"value": "",
"enabled": true
},
{
"key": "LIST_ID",
"value": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2019-04-30T02:17:39.606Z",
"_postman_exported_using": "Postman/7.0.9"
}