Skip to content

Commit 66a9ee7

Browse files
authored
사소 수정
book 검색 api
1 parent ff92db3 commit 66a9ee7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

App(BE)/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)