최은석

Update README.md

Showing 1 changed file with 13 additions and 3 deletions
......@@ -30,6 +30,7 @@
> ["게시물 id1", "게시물 id2", "게시물 id3"]
>```
>> 오늘 게시물들의 아이디 표시
-------------
### /api/getList/:date
#### GET호출
......@@ -38,6 +39,7 @@
> ["게시물 id1", "게시물 id2", "게시물 id3"]
>```
>> 특정 날자의 게시물들의 아이디 표시
-------------
### /api/get
#### GET호출
......@@ -69,6 +71,7 @@
> ]
> ```
>> 특정 id(여러개)의 게시물 내용 요약 불러오기
-------------
### /api/get/:id
#### GET호출
......@@ -80,6 +83,7 @@
> }
>```
>> 특정 id의 게시물 불러오기
-------------
### /api/isPassEqual
#### POST호출
......@@ -92,10 +96,16 @@
> ```
> response
> ```success```
> ```
> success
> ```
> or
> ```failed```
> ```
> failed
> ```
>
>> 암호가 같으면 success, 아니면 failed
-------------
### /api/postSave
#### POST호출
......@@ -108,4 +118,4 @@
> }
> ```
>> 오늘 게시물 작성
>>> response 수정예정
\ No newline at end of file
>>> response 수정예정
......