Created
July 14, 2025 19:09
-
-
Save yamoo9/1a4aaa87ff1d97c19236417d8b96e1ba to your computer and use it in GitHub Desktop.
Thunder Client 콜렉션 - DummyJSON API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"clientName": "Thunder Client", | |
"collectionName": "DummyJSON API", | |
"collectionId": "193db17a-7a2c-4d60-b975-56eb254bad93", | |
"dateExported": "2025-07-14T19:06:22.745Z", | |
"version": "1.2", | |
"folders": [], | |
"requests": [ | |
{ | |
"_id": "4bb48847-62b7-4ae9-a433-bbd1f9cd4192", | |
"colId": "193db17a-7a2c-4d60-b975-56eb254bad93", | |
"containerId": "", | |
"name": "Dummy JSON 상품 정보 모두 가져오기", | |
"url": "https://dummyjson.com/products?delay=2000", | |
"method": "GET", | |
"sortNum": 5000, | |
"created": "2025-07-14T06:47:07.989Z", | |
"modified": "2025-07-14T07:16:25.454Z", | |
"headers": [], | |
"params": [ | |
{ | |
"name": "delay", | |
"value": "2000", | |
"isPath": false | |
} | |
] | |
}, | |
{ | |
"_id": "a8ecd684-1729-44f1-af98-232e7699593c", | |
"colId": "193db17a-7a2c-4d60-b975-56eb254bad93", | |
"containerId": "", | |
"name": "Dummy JSON 상품 정보 하나 가져오기", | |
"url": "https://dummyjson.com/products/195", | |
"method": "GET", | |
"sortNum": 7500, | |
"created": "2025-07-14T06:47:03.206Z", | |
"modified": "2025-07-14T07:07:11.683Z", | |
"headers": [] | |
}, | |
{ | |
"_id": "d225ed69-5329-4a4e-ba98-a93307effd32", | |
"colId": "193db17a-7a2c-4d60-b975-56eb254bad93", | |
"containerId": "", | |
"name": "Dummy JSON 상품 검색", | |
"url": "https://dummyjson.com/products/search?q=rose", | |
"method": "GET", | |
"sortNum": 8750, | |
"created": "2025-07-14T06:46:57.414Z", | |
"modified": "2025-07-14T06:46:57.414Z", | |
"headers": [], | |
"params": [ | |
{ | |
"name": "q", | |
"value": "rose", | |
"isPath": false | |
} | |
] | |
}, | |
{ | |
"_id": "a239fcf8-e316-4f5c-a4ae-f36ca3458190", | |
"colId": "193db17a-7a2c-4d60-b975-56eb254bad93", | |
"containerId": "", | |
"name": "DummyJSON 상품 갯수 제한, 스킵, 필드 선택", | |
"url": "https://dummyjson.com/products?limit=5&skip=3&select=title,description,category,price,rating", | |
"method": "GET", | |
"sortNum": 10000, | |
"created": "2025-07-14T06:46:38.913Z", | |
"modified": "2025-07-14T06:46:38.913Z", | |
"headers": [], | |
"params": [ | |
{ | |
"name": "limit", | |
"value": "5", | |
"isPath": false | |
}, | |
{ | |
"name": "skip", | |
"value": "3", | |
"isPath": false | |
}, | |
{ | |
"name": "select", | |
"value": "title,description,category,price,rating", | |
"isPath": false | |
} | |
] | |
}, | |
{ | |
"_id": "cddc7daa-c645-42e5-87c3-471deaac8587", | |
"colId": "193db17a-7a2c-4d60-b975-56eb254bad93", | |
"containerId": "", | |
"name": "DummyJSON 새로운 상품 추가 (시뮬레이션)", | |
"url": "https://dummyjson.com/products/add", | |
"method": "POST", | |
"sortNum": 20000, | |
"created": "2025-07-14T07:06:38.033Z", | |
"modified": "2025-07-14T07:06:38.033Z", | |
"headers": [ | |
{ | |
"name": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"type": "json", | |
"raw": "{\n \"title\": \"Galaxy Phone X\",\n \"price\": 2000000,\n \"rating\": 4.98\n}", | |
"form": [] | |
} | |
}, | |
{ | |
"_id": "a08adfaf-d6fb-43b1-a318-7c8ebbefe92e", | |
"colId": "193db17a-7a2c-4d60-b975-56eb254bad93", | |
"containerId": "", | |
"name": "DummyJSON 상품 정보 부분 수정 (시뮬레이션)", | |
"url": "https://dummyjson.com/products/7", | |
"method": "PATCH", | |
"sortNum": 30000, | |
"created": "2025-07-14T07:11:32.183Z", | |
"modified": "2025-07-14T07:11:32.183Z", | |
"headers": [ | |
{ | |
"name": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"type": "json", | |
"raw": "{\n \"title\": \"샤넬 코코 노이르 에우 데\",\n \"rating\": 3.96\n}", | |
"form": [] | |
} | |
}, | |
{ | |
"_id": "b1d153db-f0ac-4e6a-9848-9d7cf47cb0fd", | |
"colId": "193db17a-7a2c-4d60-b975-56eb254bad93", | |
"containerId": "", | |
"name": "DummyJSON 상품 정보 삭제 (시뮬레이션)", | |
"url": "https://dummyjson.com/products/7", | |
"method": "DELETE", | |
"sortNum": 40000, | |
"created": "2025-07-14T07:13:29.784Z", | |
"modified": "2025-07-14T07:13:29.784Z", | |
"headers": [ | |
{ | |
"name": "Content-Type", | |
"value": "application/json" | |
} | |
] | |
} | |
], | |
"ref": "X8EFggSBTcgURUjg7lHwaCBRchfZN-oLSGTG2NUkfYD5wN3rzU8vfLqLcUlmht3yvh49RrEqlwFYh27IIlQihA" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment