-
Notifications
You must be signed in to change notification settings - Fork 31
/
postman_queries.json
95 lines (95 loc) · 2.29 KB
/
postman_queries.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"id": "9f046545-d41f-3b3a-78d3-6306a1952ba8",
"name": "dokuztas",
"description": "",
"order": [
"13d5a2e1-5ed7-4941-08da-cbd1c3fcd2a2",
"146f720d-649d-4903-e292-7ece70a83033",
"1902e46d-4f8e-9c0b-895e-2a9a0df59f0f"
],
"folders": [],
"folders_order": [],
"timestamp": 1506678154769,
"owner": 0,
"public": false,
"requests": [
{
"id": "13d5a2e1-5ed7-4941-08da-cbd1c3fcd2a2",
"headers": "Content-Type: application/json\n",
"headerData": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"enabled": true
}
],
"url": "http://127.0.0.1:5002/add",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "POST",
"collectionId": "9f046545-d41f-3b3a-78d3-6306a1952ba8",
"data": [],
"dataMode": "raw",
"name": "add tx",
"description": "",
"descriptionFormat": "html",
"time": 1506678157030,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"rawModeData": "{\n\t\"tx\":\"1 Turkcoin from A to B\"\n}"
},
{
"id": "146f720d-649d-4903-e292-7ece70a83033",
"headers": "",
"headerData": [],
"url": "http://127.0.0.1:5002/chain",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "GET",
"collectionId": "9f046545-d41f-3b3a-78d3-6306a1952ba8",
"data": [],
"dataMode": "raw",
"name": "get chain",
"description": "",
"descriptionFormat": "html",
"time": 1506678172639,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"rawModeData": "{\n\t\"email\": \"[email protected]\"\n}"
},
{
"id": "1902e46d-4f8e-9c0b-895e-2a9a0df59f0f",
"headers": "",
"headerData": [],
"url": "http://127.0.0.1:5001/list",
"queryParams": [],
"pathVariables": {},
"pathVariableData": [],
"preRequestScript": null,
"method": "GET",
"collectionId": "9f046545-d41f-3b3a-78d3-6306a1952ba8",
"data": null,
"dataMode": "params",
"name": "nas list",
"description": "",
"descriptionFormat": "html",
"time": 1506678195726,
"version": 2,
"responses": [],
"tests": null,
"currentHelper": "normal",
"helperAttributes": {}
}
]
}