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/snow-making/{resortId}
resortId
{ "totalVotes": 100, "positiveVotes": 80, "status": "상태가 좋아요" // "상태가 좋아요", "나쁘지 않아요", "좋지 않아요" }
좋음
나쁘지 않음
좋지 않음
The text was updated successfully, but these errors were encountered:
Merge pull request #10 from Nexters/feature/3-4-snow-maker-api
cdc4ab8
[#3 #4]
jun108059
No branches or pull requests
설질 정보 조회 API
현재 스키장의 설질에 대한 투표 결과를 제공합니다.
Endpoint
GET /api/snow-making/{resortId}
요청 파라미터
resortId
(Path Parameter): 스키장 ID응답
상태 결정 로직
좋음
나쁘지 않음
좋지 않음
The text was updated successfully, but these errors were encountered: