DMF_Crawler/tests/fixtures/api_page_empty.json
Yun Chan 56a6e2da93 chore: 저장소 구조 정리 및 문서화, 첫 커밋
- src/dist 산출물 분리 원칙 정리(.gitignore, .gitattributes)
- 루트 및 주요 폴더(config/scripts/prompts/tests/src, 런타임 폴더 5종)에
  안내용 README.md 추가
- CHANGELOG.md, LICENSE, docs/ops/05-release-and-versioning.md 추가
- docs/README.md 문서 지도 갱신
2026-09-04 09:25:44 +09:00

12 lines
174 B
JSON

{
"header": {
"resultCode": "00",
"resultMsg": "NORMAL SERVICE."
},
"body": {
"numOfRows": 100,
"pageNo": 1,
"totalCount": 0,
"items": []
}
}