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
스키장의 슬로프 정보와 웹캡 정보를 제공합니다.
GET /api/slopes/{resortId}
resortId
모든 데이터는 null일 때 제외합니다.
{ "dayOperatingHours": "09:00-17:00", "nightOperatingHours": "18:00-22:00", "lateNightOperatingHours": "22:00-02:00", "dawnOperatingHours": "02:00-05:00", "midnightOperatingHours": "00:00-02:00", "slopes": [ { "name": "슬로프1", "difficulty": "초급", "isDayOperating": true, "isNightOperating": true, "isLateNightOperating": false, "isDawnOperating": false, "isMidnightOperating": false }, { "name": "슬로프2", "difficulty": "중급", "isDayOperating": true, "isNightOperating": true, "isLateNightOperating": true, "isDawnOperating": false, "isMidnightOperating": true } ], "webcams": [ { "name": "웹캠1", "number": 1, "description": "슬로프 상단을 보여주는 카메라", "url": "http://example.com/webcam1" }, { "name": "웹캠2", "number": 2, "description": "리프트 하단을 보여주는 카메라", "url": "http://example.com/webcam2" } ] }
dayOperatingHours
nightOperatingHours
lateNightOperatingHours
dawnOperatingHours
midnightOperatingHours
slopes
name
difficulty
초급
중급
중상급
최상급
파크
isDayOperating
isNightOperating
isLateNightOperating
isDawnOperating
isMidnightOperating
webcams
number
description
url
The text was updated successfully, but these errors were encountered:
Merge pull request #11 from Nexters/feature/5-slope-webcam
bf3a74c
[#5] 스키장 슬로프, 웹캠 정보 조회 API
jun108059
No branches or pull requests
스키장 슬로프, 웹캡 정보 API
스키장의 슬로프 정보와 웹캡 정보를 제공합니다.
Endpoint
GET /api/slopes/{resortId}
요청 파라미터
resortId
(Path Parameter): 스키장 ID응답
dayOperatingHours
)nightOperatingHours
)lateNightOperatingHours
)dawnOperatingHours
)midnightOperatingHours
)slopes
)name
)difficulty
):초급
,중급
,중상급
,최상급
,파크
isDayOperating
)isNightOperating
)isLateNightOperating
)isDawnOperating
)isMidnightOperating
)webcams
)name
)number
)description
)url
)The text was updated successfully, but these errors were encountered: