User Remote Repository
interface UserRemoteRepository
사용자 관련 API를 호출하는 인터페이스
Functions
Link copied to clipboard
@DELETE(value = "/user" )
회원 탈퇴
Link copied to clipboard
@GET(value = "/user" )
사용자 정보 조회
Link copied to clipboard
@POST(value = "/user/register" )
회원가입
Link copied to clipboard
@PATCH(value = "/user" )
회원 정보 수정