-
Notifications
You must be signed in to change notification settings - Fork 3
맥주 추천 API
Ting-Kim edited this page Jul 1, 2022
·
2 revisions
GET
/api/v1/beers/recommend
Output
{
"success": true,
"contents": [
{
"id": 2(Long),
"country": {
"id": 3(Long),
"nameKor": "string",
"nameEng": "string",
"imageUrl": "string",
"continent": {
"id": Long,
"name": "아시아"
}
},
"type": {
"nameEng": "BROWN_ALE",
"nameKor": "브라운 에일",
"description": "string",
"imageUrl": "string"
},
"nameKor": "string",
"nameEng": "string",
"imageUrl": "string",
"content": "string",
"alcohol": 4.7(float),
"price": int,
"volume": int,
"deletedAt": LocalDateTime,
"createdAt": "2022-05-22T18:01:05",
"updatedAt": "2022-05-22T18:01:05",
"feel": int,
"isLiked": boolean
}
],
"error": null
}
- Beer 상세정보 조회 API
- Beer 조회(필터 정렬 검색 포함) API
- Beer 검색결과 및 전체 데이터 수 조회 API
- 맥주 추천 API
- 맥주 상세 정보 기록(RECORD) 조회 (이 맥주는 어땠나요)
- 맥주 상세정보 해당 맥주에 대한 맛 count API
- 맥주 찜하기
- 맥주 찜하기 취소
- 맛 조회