-
-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathendpoints.json
198 lines (198 loc) · 6.74 KB
/
endpoints.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
{
"_type": "export",
"__export_format": 4,
"__export_date": "2021-09-28T15:23:39.317Z",
"__export_source": "insomnia.desktop.app:v2021.5.3",
"resources": [
{
"_id": "req_9a2db5e8f3d944d7af5fbc52849af8de",
"parentId": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"modified": 1632128984988,
"created": 1632127109352,
"url": "{{ _.base_url }}",
"name": "/",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -1632127054618,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"parentId": null,
"modified": 1632842586049,
"created": 1632125733540,
"name": "prime-nestjs",
"description": "",
"scope": "collection",
"_type": "workspace"
},
{
"_id": "req_70d3ec1a0722449ead12e193d1926282",
"parentId": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"modified": 1632128992628,
"created": 1632127054568,
"url": "{{ _.base_url }}/health-check",
"name": "/health-check",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -1632127054568,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_0fa9bf538d734cce83c96c6ee26683de",
"parentId": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"modified": 1632338840107,
"created": 1632127164260,
"url": "{{ _.base_url }}/auth/login",
"name": "/auth/login",
"description": "",
"method": "POST",
"body": { "mimeType": "application/json", "text": "{\n\t\"email\": \"[email protected]\",\n\t\"password\": \"example123123\"\n}" },
"parameters": [],
"headers": [{ "name": "Content-Type", "value": "application/json", "id": "pair_bcc41b0c01ef4635b02001b48f36c0f7" }],
"authentication": {},
"metaSortKey": -1632127054518,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_a9a4afcd18b14beaaa6d388b88c2d760",
"parentId": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"modified": 1632339647304,
"created": 1632245726560,
"url": "{{ _.base_url }}/auth/register",
"name": "/auth/register",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\n\t\"email\": \"[email protected]\",\n\t\"name\": \"Joey Goksu\",\n\t\"password\": \"example123123\"\n}"
},
"parameters": [],
"headers": [{ "name": "Content-Type", "value": "application/json", "id": "pair_bcc41b0c01ef4635b02001b48f36c0f7" }],
"authentication": {},
"metaSortKey": -1632127054493,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_ffa557549b1e455aae6d4c34e2e0d2b6",
"parentId": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"modified": 1632842049436,
"created": 1632128465573,
"url": "{{ _.base_url }}/echo",
"name": "/private",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": { "type": "bearer", "token": "{{ _.access_token }}", "disabled": false },
"metaSortKey": -1632127054468,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_9b4771a176464bec8f28721bb6f77b53",
"parentId": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"modified": 1632842056840,
"created": 1632318684805,
"url": "{{ _.base_url }}/premium-echo",
"name": "/superprivate",
"description": "",
"method": "GET",
"body": { "mimeType": "application/json", "text": "{\n\t\"foo\": \"bar\"\n}" },
"parameters": [],
"headers": [{ "name": "Content-Type", "value": "application/json", "id": "pair_77d0256659e9473ebc9dc58424e77e9d" }],
"authentication": { "type": "bearer", "token": "{{ _.access_token }}", "disabled": false },
"metaSortKey": -1631953190045.5,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "env_00be23caaa4cdd421d3da06bd0ccb767a2a0169a",
"parentId": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"modified": 1632487731631,
"created": 1632125733547,
"name": "Base Environment",
"data": {
"base_url": "{{ _.protocol }}://{{ _.host }}:{{ _.port }}/{{ _.global_prefix }}",
"protocol": "http",
"host": "localhost",
"port": 3000,
"global_prefix": "api",
"access_token": "{% response 'body', 'req_0fa9bf538d734cce83c96c6ee26683de', 'b64::JC5hY2Nlc3NfdG9rZW4=::46b', 'never', 60 %}"
},
"dataPropertyOrder": { "&": ["base_url", "protocol", "host", "port", "global_prefix", "access_token"] },
"color": null,
"isPrivate": false,
"metaSortKey": 1632125733547,
"_type": "environment"
},
{
"_id": "jar_00be23caaa4cdd421d3da06bd0ccb767a2a0169a",
"parentId": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"modified": 1632125733548,
"created": 1632125733548,
"name": "Default Jar",
"cookies": [],
"_type": "cookie_jar"
},
{
"_id": "spc_84d27cc701ed449484c08082bf5c31cf",
"parentId": "wrk_9e9fb5bc5f994511b003bb6bc93db02d",
"modified": 1632125733542,
"created": 1632125733542,
"fileName": "reaktif.io",
"contents": "",
"contentType": "yaml",
"_type": "api_spec"
}
]
}