-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinsomnia-collection.json
More file actions
252 lines (252 loc) · 8.12 KB
/
Copy pathinsomnia-collection.json
File metadata and controls
252 lines (252 loc) · 8.12 KB
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
{
"_type": "export",
"__export_format": 4,
"__export_date": "2026-02-07T00:00:00.000Z",
"__export_source": "insomnia.desktop.app:v2023.5.8",
"resources": [
{
"_id": "wrk_codexoftouch",
"parentId": null,
"modified": 1707264000000,
"created": 1707264000000,
"name": "CodexOfTouch Backend API",
"description": "CodexOfTouch 백엔드 API - 캐릭터 에셋 파일 포함",
"scope": "collection",
"_type": "workspace"
},
{
"_id": "env_base",
"parentId": "wrk_codexoftouch",
"modified": 1707264000000,
"created": 1707264000000,
"name": "Base Environment",
"data": {
"base_url": "http://localhost:8090"
},
"dataPropertyOrder": {
"&": ["base_url"]
},
"color": null,
"isPrivate": false,
"metaSortKey": 1,
"_type": "environment"
},
{
"_id": "jar_cookies",
"parentId": "wrk_codexoftouch",
"modified": 1707264000000,
"created": 1707264000000,
"name": "Default Jar",
"cookies": [],
"_type": "cookie_jar"
},
{
"_id": "fld_characters",
"parentId": "wrk_codexoftouch",
"modified": 1707264000000,
"created": 1707264000000,
"name": "1. Characters API (with files)",
"description": "캐릭터 정보 + 에셋 파일 목록 포함",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -1000,
"_type": "request_group"
},
{
"_id": "fld_assets",
"parentId": "wrk_codexoftouch",
"modified": 1707264000000,
"created": 1707264000000,
"name": "2. Assets API",
"description": "에셋 파일 목록만 조회",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -900,
"_type": "request_group"
},
{
"_id": "fld_static",
"parentId": "wrk_codexoftouch",
"modified": 1707264000000,
"created": 1707264000000,
"name": "3. Static Files (Direct Access)",
"description": "정적 파일 직접 다운로드",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -800,
"_type": "request_group"
},
{
"_id": "fld_health",
"parentId": "wrk_codexoftouch",
"modified": 1707264000000,
"created": 1707264000000,
"name": "4. Health Check",
"description": "서버 상태",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -700,
"_type": "request_group"
},
{
"_id": "req_get_active_character",
"parentId": "fld_characters",
"modified": 1707264000000,
"created": 1707264000000,
"url": "{{ _.base_url }}/api/characters/active",
"name": "Get Active Character (with files)",
"description": "현재 활성 캐릭터 + 잭팟 정보 + 에셋 파일 목록\n\n응답 예시:\n{\n \"character\": {\n \"id\": 1,\n \"name\": \"Pelican\",\n \"assetFolder\": \"pelicanImg\",\n \"files\": [\n {\"name\": \"Pelican.glb\", \"url\": \"/public/pelicanImg/Pelican.glb\"},\n {\"name\": \"index.html\", \"url\": \"/public/pelicanImg/index.html\"},\n {\"name\": \"main.js\", \"url\": \"/public/pelicanImg/main.js\"}\n ]\n }\n}",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -100,
"isPrivate": false,
"_type": "request"
},
{
"_id": "req_get_all_characters",
"parentId": "fld_characters",
"modified": 1707264000000,
"created": 1707264000000,
"url": "{{ _.base_url }}/api/characters",
"name": "Get All Characters (Active Only, with files)",
"description": "활성 캐릭터만 조회 (파일 포함)",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -90,
"isPrivate": false,
"_type": "request"
},
{
"_id": "req_get_all_characters_include_inactive",
"parentId": "fld_characters",
"modified": 1707264000000,
"created": 1707264000000,
"url": "{{ _.base_url }}/api/characters?includeInactive=true",
"name": "Get All Characters (Include Inactive, with files)",
"description": "모든 캐릭터 조회 (비활성 포함, 파일 포함)\n\n각 캐릭터에 files 배열이 포함됩니다:\n- Pelican.glb (3D 모델)\n- index.html (3D 뷰어 HTML)\n- main.js (3D 뷰어 JS)",
"method": "GET",
"body": {},
"parameters": [
{
"id": "pair_includeInactive",
"name": "includeInactive",
"value": "true",
"description": "비활성 캐릭터 포함"
}
],
"headers": [],
"authentication": {},
"metaSortKey": -80,
"isPrivate": false,
"_type": "request"
},
{
"_id": "req_get_pelican_assets",
"parentId": "fld_assets",
"modified": 1707264000000,
"created": 1707264000000,
"url": "{{ _.base_url }}/api/assets/pelicanImg",
"name": "Get Pelican Assets",
"description": "Pelican 캐릭터 에셋 파일 목록만 조회\n\n응답:\n{\n \"folder\": \"pelicanImg\",\n \"files\": [\n {\"name\": \"Pelican.glb\", \"url\": \"/public/pelicanImg/Pelican.glb\"},\n {\"name\": \"index.html\", \"url\": \"/public/pelicanImg/index.html\"},\n {\"name\": \"main.js\", \"url\": \"/public/pelicanImg/main.js\"}\n ]\n}",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -100,
"isPrivate": false,
"_type": "request"
},
{
"_id": "req_get_dog_assets",
"parentId": "fld_assets",
"modified": 1707264000000,
"created": 1707264000000,
"url": "{{ _.base_url }}/api/assets/dogImg",
"name": "Get Dog Assets",
"description": "Dog 캐릭터 에셋 파일 목록 조회\n(dogImg 폴더가 있을 경우)",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -90,
"isPrivate": false,
"_type": "request"
},
{
"_id": "req_static_pelican_html",
"parentId": "fld_static",
"modified": 1707264000000,
"created": 1707264000000,
"url": "{{ _.base_url }}/public/pelicanImg/index.html",
"name": "Pelican - index.html",
"description": "3D 뷰어 HTML 파일 직접 다운로드\niframe src로 사용 가능: <iframe src=\"http://localhost:8090/public/pelicanImg/index.html\">",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -100,
"isPrivate": false,
"_type": "request"
},
{
"_id": "req_static_pelican_js",
"parentId": "fld_static",
"modified": 1707264000000,
"created": 1707264000000,
"url": "{{ _.base_url }}/public/pelicanImg/main.js",
"name": "Pelican - main.js",
"description": "3D 뷰어 JavaScript 파일",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -90,
"isPrivate": false,
"_type": "request"
},
{
"_id": "req_static_pelican_glb",
"parentId": "fld_static",
"modified": 1707264000000,
"created": 1707264000000,
"url": "{{ _.base_url }}/public/pelicanImg/Pelican.glb",
"name": "Pelican - Pelican.glb",
"description": "3D 모델 파일 (10.5MB GLB 파일)\n다운로드 테스트용",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -80,
"isPrivate": false,
"_type": "request"
},
{
"_id": "req_health_check",
"parentId": "fld_health",
"modified": 1707264000000,
"created": 1707264000000,
"url": "{{ _.base_url }}/health",
"name": "Health Check",
"description": "서버 상태 확인",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -100,
"isPrivate": false,
"_type": "request"
}
]
}