Menu Remote Repository
interface MenuRemoteRepository
메뉴 정보를 관리하는 Repository
Functions
Link copied to clipboard
@DELETE(value = "/store/{storeId}/menu/{menuId}" )
메뉴 삭제
Link copied to clipboard
@GET(value = "/store/{storeId}/menu" )
특정 가게 메뉴 목록 조회
Link copied to clipboard
@PATCH(value = "/store/{storeId}/menu/{menuId}" )
메뉴 수정
Link copied to clipboard
@POST(value = "/store/{storeId}/menu" )
메뉴 등록