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 문서 지도 갱신
This commit is contained in:
commit
56a6e2da93
159 changed files with 145825 additions and 0 deletions
12
tests/fixtures/api_page_empty.json
vendored
Normal file
12
tests/fixtures/api_page_empty.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"header": {
|
||||
"resultCode": "00",
|
||||
"resultMsg": "NORMAL SERVICE."
|
||||
},
|
||||
"body": {
|
||||
"numOfRows": 100,
|
||||
"pageNo": 1,
|
||||
"totalCount": 0,
|
||||
"items": []
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue