ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
구분URL(API)MethodAPI 설명RequestResponse개발여부
2
parameterquerypath
variable
headbody
3
propertytypedescriptionrequiredpropertyinner
property
typedescriptionrequiredexample설명Data Params
Success Response
Error Response
4
나눔글
/lion/sharingpost/registration
POST글 등록---tokenString로그인된 토큰TRUEtitle-String글 제목TRUEcode : 200

Content :
{ writing : true }

true : 성공
code : 500

Content :
{ writing : 실패 }

false : 서버 내부 에러

code : 400

Content :
{ writing : 실패 }

false : 잘못된 값 입력
완료
5
---content-String글 내용TRUE
6
/lion/sharingpost/Registration
---writer-String�글 작성자TRUE
7
/lion/sharingpost/registration
POST이미지 업로드---�tokenstring로그인된 토큰TRUEimage-Binary 제품 사진�False완료
8
/lion/sharingpost/modify
POST글의 댓글---�tokenstring로그인된 토큰TRUEcomments-String작성된 댓글Fasle개발중
9
/lion/sharingpostPUT글 수정---�tokenstring로그인된 토큰TRUEnanum_modify-String글 수정TRUEcode : 304

Content :
{ writing : 실패 }

false : 응답이 수정되지 않았음
개발중
10
/lion/sharingpost/search
GET글 목록-------nanum_list----code : 200

Content :
{ search : true }

true : 성공
code : 500

Content :
{ searchSuccess : 실패 }

false : 서버 내부 에러

code : 404

Content :
{ searchSuccess : 실패 }

false : 응답이 수정되지 않았음
미진행
11
/lion/sharingpost/delete
GET게시글 검색-------nanum_search-String글 검색TRUE미진행
12
DELETE글 삭제�tokenstring로그인된 토큰TRUEnanum_deleteString글 삭제TRUEcode : 200

Content :
{ delete : true }

true : 성공
code : 500

Content :
{ deleteSuccess : 실패 }

false : 서버 내부 에러

code : 404

Content :
{ deleteSuccess : 실패 }

false : 응답이 수정되지 않았음
미진행
13
/lion/auth/login
----
14
�사용자
로그인
POST카카오 소셜 로그인 기능-------user_id-String유저 아이디TRUEcode : 200

Content :
{ loginSuccess : true }

true : 성공
code : 500

Content :
{ loginSuccess : 실패 }

false : 서버 내부 에러

code : 400

Content :
{ loginSuccess : 실패 }

false : 잘못된 값 입력
완료
15
/lion/auth/logout
password유저 비밀번호TRUE
16
POST로그아웃 기능---�tokenstring로그인된 토큰TRUElogout-String로그아웃TRUE
code : 200

Content :
{ logoutSuccess : true }

true : 성공
code : 500

Content :
{ logoutSuccess : 실패 }

false : 서버 내부 에러
완료
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100