-
Notifications
You must be signed in to change notification settings - Fork 3
Home
jineeee edited this page Jul 13, 2019
·
90 revisions
Welcome to the WAVE api wiki!
API 명세서
BASE URL : wave-studio.ml:8080/
Core-Server Prefix : /core
/search
- 검색/songs/{songIdx}
- 노래 조회/users
- 사용자 조회/users/{userIdx}
- 사용자(아티스트) 조회/users/{userIdx}/pl/upload
- 사용자(아티스트) 곡 조회/users/{userIdx}/pl/likes
- 사용자(아티스트) 좋아요 곡 조회/users/{userIdx}/pl/custom
- 사용자(아티스트) 플레이리스트 조회/users/emailCheck
- 이메일 인증/users/nicknameCheck?nickname={nickname}
- 닉네임 중복 검사/originArtist
- 원곡 가수 조회/signup
- 회원 가입/signin
- 로그인/songs
- 노래 업로드/songs/{songIdx}/rate
- 곡 평가/songs/{songIdx/streaming
- 곡 스트리밍 카운트/songs/{songIdx}/like
- 좋아요/songs/{songIdx}/like
- 좋아요 취소
Playlist-Server Prefix : /pl
/top10
- top10 리스트 조회/recommend
- 추천곡 리스트 조회/hits?status={status}
- 적중곡 리스트 조회/rateReady
- 평가 대기곡 리스트 조회/upload?status={status}
- 업로드곡 리스트 조회/custom
- 나만의 플레이리스트 조회/playlists/{playlistIdx}
- 플레이리스트 곡 조회/likes
- 좋아요 곡 조회/rated?status={status}
- 평가완료 곡 조회/manage
- 플레이리스트 추가/manage/:playlistIdx
- 플레이리스트 삭제/history
- history 플레이 리스트 조회