forked from khoren93/SwiftHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGithub.postman_environment.json
59 lines (59 loc) · 1.02 KB
/
Github.postman_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
{
"id": "e2cbd0cb-aa2a-4679-8ea7-490e45b00e51",
"name": "Github",
"values": [
{
"key": "graphql_base_url",
"value": "https://api.github.com/graphql",
"enabled": true
},
{
"key": "base_url",
"value": "https://api.github.com",
"enabled": true
},
{
"key": "trending_base_url",
"value": "https://github-trending-api.now.sh",
"enabled": true
},
{
"key": "codetabs_base_url",
"value": "https://api.codetabs.com/v1",
"enabled": true
},
{
"key": "org",
"value": "apple",
"enabled": true
},
{
"key": "owner",
"value": "khoren93",
"enabled": true
},
{
"key": "repo",
"value": "SwiftHub",
"enabled": true
},
{
"key": "username",
"value": "khoren93",
"enabled": true
},
{
"key": "per_page",
"value": "10",
"enabled": true
},
{
"key": "access_token",
"value": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2020-05-03T17:28:25.382Z",
"_postman_exported_using": "Postman/7.23.0"
}