File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -357,31 +357,31 @@ Distributed under the MIT License. See [LICENSE.txt](https://github.com/osamhack
357357
358358| method | response | request |
359359| :-------- | :------- | :----------------------- |
360- | ` GET ` | ` 제목검색 알라딘 책 json(5개) ` | ` title, page(Int 0≥) ` |
360+ | ` GET ` | ` 제목검색 book json(5개) ` | ` title, page(Int 0≥) ` |
361361
362362``` https
363363 GET /book/search/categoryId=<categoryId>&page=<page>
364364```
365365
366366| method | response | request |
367367| :-------- | :------- | :------------------------- |
368- | ` GET ` | ` 장르별검색 알라딘 책 json(5개) ` | ` categoryId, page(Int 0≥) ` |
368+ | ` GET ` | ` 장르별검색 book json(5개) ` | ` categoryId, page(Int 0≥) ` |
369369
370370``` https
371371 GET /book/feed/categoryId=<categoryId>&page=<page>
372372```
373373
374374| method | response | request |
375375| :-------- | :------- | :------------------------- |
376- | ` GET ` | ` 장르별검색 알라딘 책 json(5개) ` | ` categoryId, page(Int 0≥) ` |
376+ | ` GET ` | ` 장르별검색 book json(5개) ` | ` categoryId, page(Int 0≥) ` |
377377
378378``` https
379379 GET /book/search/isbn=<isbn>&page=<page>
380380```
381381
382382| method | response | request |
383383| :-------- | :------- | :------------------------- |
384- | ` GET ` | ` isbn검색 알라딘 책 json(5개) ` | ` isbn, page(Int 0≥) ` |
384+ | ` GET ` | ` isbn검색 book json(5개) ` | ` isbn, page(Int 0≥) ` |
385385
386386
387387<a id = " issues " ></a >
You can’t perform that action at this time.
0 commit comments