We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL: /api/accommodations/{id}
/api/accommodations/{id}
Method: GET
GET
Responses:
200 OK
{ "id": "bigint", "title": "string", "content": "text", "price": "bigint", "discount": "integer", "maxAdults": "integer", "maxChilds": "integer", "maxInfants": "integer", "maxPets": "integer", "address": "string", "latitude": "double", "longitude": "double", "images": [{"image_path" : "string"}], "amenity": { "wireless_internet" : "bool" "TV" : "bool" "kitchen" : "bool" "washing_machine" : "bool" "free_parking" : "bool" "paid_parking" : "bool" "air_conditioning" : "bool" "dedicated_workspace" : "bool" "beds" : "bool" "bathrooms" : "bool" } "reviews": { "user": "string", "comment": "text", "rating": "double" } }
404 Not Found
The text was updated successfully, but these errors were encountered:
feat: 숙소 Id에 해당하는 이미지들을 리스트로 반환하는 기능 구현 #4
7365d57
feat: 코멘트에 필요한 유저의 이름과 호스트의 이름 평점을 반환하는 기능 구현 #4
2745dc9
remove: 호스트의 DTO 삭제 #4
f00a565
feat: 숙소 Id에 해당하는 댓글들을 반환하는 기능 구현 #4
4c11c97
feat: 숙소 Id에 해당하는 어메니티를 반환하는 기능 구현 #4
d28609f
feat: 모든 정보들을 모아서 DTO로 반환하는 숙소 상세보기 기능 구현 #4
07894d9
No branches or pull requests
숙소 상세보기
URL:
/api/accommodations/{id}
Method:
GET
Responses:
200 OK
: 숙소 상세 정보 반환404 Not Found
: 해당 숙소가 존재하지 않음The text was updated successfully, but these errors were encountered: