Closed asdfg32145 closed 1 year ago
GET /workspace/:url/items body: {} return Item[];
POST /workspace/:url/item body: { name: string } return 'ok;
GET /workspace/:url/item/:id body: { name: string } return 'ok';
GET /workspace/:url/item/:id body: {} return 'ok';
item
항목 목록 조회
항목 추가
항목 수정
항목 삭제