-
Notifications
You must be signed in to change notification settings - Fork 1
[GET] 책 리스트 조회
herimhong edited this page Dec 15, 2020
·
4 revisions
METHOD | PATH |
---|---|
GET | /main/Rb |
{
"status": 200,
"success": true,
"message": "리딩북리스트 가져오기 성공",
"data": [
{
"book_idx": 1,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l4808991239685.jpg",
"book_kind": "e-book",
"book_name": "해리 포터와 마법사의 돌: Harry Potter and the Philosopher's Stone",
"book_author": "J. K. 롤링"
},
{
"book_idx": 2,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l4801781106341.jpg",
"book_kind": "e-book",
"book_name": "인생은 소설이다",
"book_author": "기욤 뮈소"
},
{
"book_idx": 3,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l9788901243658.jpg",
"book_kind": "e-book",
"book_name": "백설공주에게 죽음을",
"book_author": "넬레 노이하우스"
}
]
}
{
"status": 500,
"success": false,
"message": "리딩북리스트 가져오기 실패"
}
METHOD | PATH |
---|---|
GET | /main/Nb |
{
"status": 200,
"success": true,
"message": "뉴북리스트 가져오기 성공",
"data": [
{
"book_idx": 1,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l4801781106303.jpg"
},
{
"book_idx": 2,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l4808991239685.jpg"
},
{
"book_idx": 3,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l4801158790654.jpg"
},
{
"book_idx": 4,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l4801781106341.jpg"
},
{
"book_idx": 5,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l9788984374164.jpg"
},
{
"book_idx": 6,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l9788901243658.jpg"
},
{
"book_idx": 7,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l9791188167395.jpg"
},
{
"book_idx": 8,
"book_img": "https://outsopt26.s3.ap-northeast-2.amazonaws.com/l480D201210860.jpg"
}
]
}
{
"status": 500,
"success": false,
"message": "뉴북리스트 가져오기 실패"
}