스프링 과제 2 api 명세표
내용 Method api request response 메모 작성 POST /api/memos username,contents,title(JSON) header:token STRING 작업결과메세지 메모 조회 GET /api/memos {id,title,username,contents,작성시간}LIST 메모 수정 PUT /api/memos/{id} username,contents(JSON) header:token STRING 작업결과메세지 메모 삭제 DELETE /api/memos/{id} header:token username,contents(JSON) STRING 작업결과메세지 댓글 작성 POST /memo/comments/{id} username,contents,title,해당게시물의 num(JSO..
2022. 6. 3.