Review Remote Repository
interface ReviewRemoteRepository
리뷰 관련 API를 호출하는 인터페이스
Functions
Link copied to clipboard
@POST(value = "/review/{storeId}" )
리뷰 생성
Link copied to clipboard
@DELETE(value = "/review/{reviewId}" )
리뷰 삭제
Link copied to clipboard
@GET(value = "/review" )
내가 작성한 리뷰 목록 조회
Link copied to clipboard
@PATCH(value = "/review/{reviewId}" )
리뷰 수정