This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
restodo.json.postman_collection
158 lines (158 loc) · 4.57 KB
/
restodo.json.postman_collection
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"id": "1fb66f24-a231-35a1-3dcd-aad74362ef1c",
"name": "restodo",
"description": "",
"order": [
"7891b616-629f-0c6a-6cae-4a2e91aa2774",
"6fdace1e-e3a9-4152-bbde-7f5c15374aac",
"ed8b4351-5428-2bb5-5ced-c7dc22186d4c",
"3e0793d8-a7e0-8aec-6797-f31aadaba45b",
"4a45e373-41d8-9963-0ca7-43f534c183a0",
"fb3e1e48-f80f-b8c6-cd52-d811b5ca943d",
"03cdb5c2-2667-dc43-015a-6d45d205ba35"
],
"folders": [],
"timestamp": 1443961069798,
"owner": "",
"remoteLink": "",
"public": false,
"requests": [
{
"id": "03cdb5c2-2667-dc43-015a-6d45d205ba35",
"headers": "Content-Type: application/json\nx-authorization: 40cff88e-0bc6-4f79-9c6e-f70ec9aef845\n",
"url": "http://localhost:8080/todos",
"preRequestScript": "",
"pathVariables": {},
"method": "DELETE",
"data": [],
"dataMode": "params",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1444668296568,
"name": "remove",
"description": "",
"collectionId": "1fb66f24-a231-35a1-3dcd-aad74362ef1c",
"responses": []
},
{
"id": "3e0793d8-a7e0-8aec-6797-f31aadaba45b",
"headers": "Content-Type: application/json\nx-authorization: 40cff88e-0bc6-4f79-9c6e-f70ec9aef845\n",
"url": "http://localhost:8080/todos",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1444668299055,
"name": "add todo",
"description": "",
"collectionId": "1fb66f24-a231-35a1-3dcd-aad74362ef1c",
"responses": [],
"rawModeData": "{\n\"score\" : \"1\",\n\"description\" : \"Do something\"\n}"
},
{
"id": "4a45e373-41d8-9963-0ca7-43f534c183a0",
"headers": "Content-Type: application/json\nx-authorization: 40cff88e-0bc6-4f79-9c6e-f70ec9aef845\n",
"url": "http://localhost:8080/todos?max-score=49",
"preRequestScript": "",
"pathVariables": {},
"method": "GET",
"data": [],
"dataMode": "params",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1444668293978,
"name": "get todos",
"description": "",
"collectionId": "1fb66f24-a231-35a1-3dcd-aad74362ef1c",
"responses": []
},
{
"id": "6fdace1e-e3a9-4152-bbde-7f5c15374aac",
"headers": "Content-Type: application/json\n",
"url": "http://localhost:8080/users/mymail@server.com",
"preRequestScript": "",
"pathVariables": {},
"method": "PATCH",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1444668307239,
"name": "verify",
"description": "",
"collectionId": "1fb66f24-a231-35a1-3dcd-aad74362ef1c",
"responses": [],
"rawModeData": "{\"verification-token\" : \"34c70488-7f1b-4ba3-a2e5-75abce59f424\"}"
},
{
"id": "7891b616-629f-0c6a-6cae-4a2e91aa2774",
"headers": "Content-Type: application/json\n",
"url": "http://localhost:8080/users",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1444668304439,
"name": "register",
"description": "",
"collectionId": "1fb66f24-a231-35a1-3dcd-aad74362ef1c",
"responses": [],
"rawModeData": "{\n \"email\" : \"mymail@server.com\",\n \"password\" : \"Qwert1234\",\n \"verification-url\" : \"https://some-url/\"\n}"
},
{
"id": "ed8b4351-5428-2bb5-5ced-c7dc22186d4c",
"headers": "Content-Type: application/json\n",
"url": "http://localhost:8080/login",
"preRequestScript": "",
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1444668094593,
"name": "Login",
"description": "",
"collectionId": "1fb66f24-a231-35a1-3dcd-aad74362ef1c",
"responses": [],
"rawModeData": "{\n \"email\" : \"mymail@server.com\",\n \"password\" : \"Qwert1234\"\n}"
},
{
"id": "fb3e1e48-f80f-b8c6-cd52-d811b5ca943d",
"headers": "Content-Type: application/json\nx-authorization: 40cff88e-0bc6-4f79-9c6e-f70ec9aef845\n",
"url": "http://localhost:8080/todos/first",
"preRequestScript": "",
"pathVariables": {},
"method": "GET",
"data": [],
"dataMode": "params",
"version": 2,
"tests": "",
"currentHelper": "normal",
"helperAttributes": {},
"time": 1444668301628,
"name": "read first",
"description": "",
"collectionId": "1fb66f24-a231-35a1-3dcd-aad74362ef1c",
"responses": []
}
]
}