-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlux.postman_collection.json
158 lines (158 loc) · 4.71 KB
/
lux.postman_collection.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
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": "98d5f663-1a95-6dcf-d042-a6917199d391",
"name": "lux",
"description": "",
"order": [
"cca941b9-0bcc-ebbd-fc74-72b239f0a4ae",
"cb18f2a0-389f-1112-5150-d512901a41ca",
"ad8ea138-c5cf-c54c-c513-1671c0c6ff40",
"93559a1c-0890-3846-546f-b12d8690629e",
"496d5d2e-b1f7-1bc4-b72e-516756a7fc27",
"12302507-d803-ad79-db6b-b9b3f947b998",
"3475ba66-0a42-a7a4-e34a-13eac914e412"
],
"folders": [],
"timestamp": 1462141829419,
"owner": "30813",
"remoteLink": "https://www.getpostman.com/collections/8a46d036b682174977b8",
"public": false,
"requests": [
{
"id": "12302507-d803-ad79-db6b-b9b3f947b998",
"headers": "Content-Type: application/vnd.api+json\n",
"url": "http://localhost:4000/tasks/4",
"preRequestScript": null,
"pathVariables": {},
"method": "DELETE",
"data": null,
"dataMode": "params",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1462160529097,
"name": "Delete Task",
"description": "",
"collectionId": "98d5f663-1a95-6dcf-d042-a6917199d391",
"responses": []
},
{
"id": "3475ba66-0a42-a7a4-e34a-13eac914e412",
"headers": "Content-Type: application/vnd.api+json\n",
"url": "http://localhost:4000/tasks",
"preRequestScript": null,
"pathVariables": {},
"method": "OPTIONS",
"data": null,
"dataMode": "params",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1462163120076,
"name": "OPTIONS",
"description": "",
"collectionId": "98d5f663-1a95-6dcf-d042-a6917199d391",
"responses": []
},
{
"id": "496d5d2e-b1f7-1bc4-b72e-516756a7fc27",
"headers": "Content-Type: application/vnd.api+json\n",
"url": "http://localhost:4000/tasks/3",
"preRequestScript": null,
"pathVariables": {},
"method": "PATCH",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1462160513761,
"name": "Update Task Full",
"description": "",
"collectionId": "98d5f663-1a95-6dcf-d042-a6917199d391",
"responses": [],
"rawModeData": "{\n \"data\": {\n \"type\": \"tasks\",\n \"id\": 4,\n \"attributes\": {\n \"name\": \"Ahia dhfi\",\n \"completed\": false,\n \"due-date\": null,\n \"created-at\": \"2016-05-01T21:58:44.000Z\",\n \"updated-at\": \"2016-05-01T21:58:44.000Z\"\n }\n }\n}"
},
{
"id": "93559a1c-0890-3846-546f-b12d8690629e",
"headers": "Content-Type: application/vnd.api+json\n",
"url": "http://localhost:4000/tasks/3",
"preRequestScript": "postman.setEnvironmentVariable(\"completed\", !!true);",
"pathVariables": {},
"method": "PATCH",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1462160501577,
"name": "Update Task",
"description": "",
"collectionId": "98d5f663-1a95-6dcf-d042-a6917199d391",
"responses": [],
"rawModeData": "{\n \"data\": {\n \"attributes\": {\n \"completed\": true\n }\n }\n}"
},
{
"id": "ad8ea138-c5cf-c54c-c513-1671c0c6ff40",
"headers": "Content-Type: application/vnd.api+json\n",
"url": "localhost:4000/tasks",
"preRequestScript": null,
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1463280682734,
"name": "Create Tasks",
"description": "",
"collectionId": "98d5f663-1a95-6dcf-d042-a6917199d391",
"responses": [],
"rawModeData": "{\n \"data\": {\n \"attributes\": {\n \"name\": \"Test Task\",\n \"isComplete\": false,\n \"user-id\": 1\n }\n }\n}"
},
{
"id": "cb18f2a0-389f-1112-5150-d512901a41ca",
"headers": "Content-Type: application/vnd.api+json\n",
"url": "http://localhost:4000/tasks/1",
"preRequestScript": null,
"pathVariables": {},
"method": "GET",
"data": null,
"dataMode": "params",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1462160442858,
"name": "Show Task",
"description": "",
"collectionId": "98d5f663-1a95-6dcf-d042-a6917199d391",
"responses": []
},
{
"id": "cca941b9-0bcc-ebbd-fc74-72b239f0a4ae",
"headers": "Content-Type: application/vnd.api+json\n",
"url": "http://localhost:4000/tasks",
"preRequestScript": null,
"pathVariables": {},
"method": "GET",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1462160424083,
"name": "Tasks Index",
"description": "",
"collectionId": "98d5f663-1a95-6dcf-d042-a6917199d391",
"responses": [],
"rawModeData": ""
}
]
}