8000 Added postman environment as it is necessary to save environment vari… · coduya/testing-python-apps@f817c03 · GitHub
[go: up one dir, main page]

Skip to content

Commit f817c03

Browse files
committed
Added postman environment as it is necessary to save environment variables in Postman.
1 parent 52efb0b commit f817c03

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"id": "b274afdb-720f-ff67-ab20-ca64592301b8",
3+
"name": "Stores REST API",
4+
"values": [
5+
{
6+
"enabled": true,
7+
"key": "url",
8+
"value": "http://127.0.0.1:5000",
9+
"type": "text"
10+
},
11+
{
12+
"enabled": true,
13+
"key": "access_token",
14+
"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE0OTIzNDkwMjYsImlhdCI6MTQ5MjM0ODcyNiwibmJmIjoxNDkyMzQ4NzI2LCJpZGVudGl0eSI6MX0.P5Ax6M396lVRQx2O1G10eCHBcPZkCeaLJ10d1YeM2PE",
15+
"type": "text"
16+
},
17+
{
18+
"enabled": true,
19+
"key": "store_id",
20+
"value": "1",
21+
"type": "text"
22+
}
23+
],
24+
"timestamp": 1492348726807,
25+
"_postman_variable_scope": "environment",
26+
"_postman_exported_at": "2017-04-22T08:52:27.820Z",
27+
"_postman_exported_using": "Postman/4.10.7"
28+
}

0 commit comments

Comments
 (0)
0