Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최은석
/
ossw-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최은석
2022-05-31 19:47:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b91ada83e993e3b1e59eb5c84c36f3fba942c505
b91ada83
1 parent
a229ec71
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
README.md
README.md
View file @
b91ada8
...
...
@@ -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 수정예정
...
...
Please
register
or
login
to post a comment