|
회원가입
|
POST
|
users/signup |
[선일]SignUpRequest
|
[선일]SignUpResponse(CO)
|
|
로그인
|
POST
|
users/signin |
[선일]SignInRequest
|
[선일]SignInResponse(CO)
|
|
로그아웃
|
POST
|
users/logout |
|
[선일]LogoutResponse(CO)
|
|
회원 로그인 확인
|
GET
|
users/me |
|
[선일]UserCheckResponse(CO)
|
|
회원정보 확인
|
GET
|
users/me/edit |
|
[선일]MeResponse(CO)
|
|
회원정보 수정
|
PUT
|
users/me/edit |
[선일]MePutRequest
|
[선일]MePutResponse(CO)
|
|
회원탈퇴
|
DELETE
|
users/me/edit |
[선일]UserDeleteRequest
|
[선일]UserDeleteResponse(CO)
|
|
메인페이지 대문 이미지, 글귀 조회
|
GET
|
introductions/main |
|
[선일]MainPageResponse(CO)
|
|
예배 시간 조회
|
GET
|
introductions/worship |
|
[선일]WorshipResponse(CO)
|
|
교회안내/인사말 (담임목사 인사말)
|
GET
|
church/pastor |
|
[선일]PastorResponse(CO)
|
|
교회안내/교회연혁
|
GET
|
church/history?year=int |
[선일]HistoryRequest
|
[선일]HistoryResponse(CO)
|
|
교회안내/섬기는 분들
|
GET
|
church/profile?position=string&page=int&page_size=int
|
[선일]ProfileRequest
|
[선일]ProfileResponse(CO, PO)
|
|
교회생활/사진 리스트 (05-2)
|
GET
|
community/photos?department=string&page=1&page_size=9
|
[참고] 선일감리교회 사진 섹션 slug 값
|
[선일]PhotoListResponse(CO, PO)
|
|
교회생활/사진 상세
|
GET
|
community/photos/<int:pk> |
|
[선일]PhotoDetailResponse(CO)
|
|
교회행사/ 리스트
|
GET
|
community/events?status=string&page=int&page_size=int
|
[선일]EventListRequest
|
[선일]EventDetailResponse(CO)
|
|
주보 리스트
|
GET
|
church/report?page=1&page_size=10 |
|
[선일]WeeklyReportListResponse(CO, PO)
|
|
주보 상세보기
|
GET
|
church/report/<int:pk> |
|
[선일]WeeklyReportDetailResponse(CO)
|
|
공지사항 리스트
|
GET
|
community/notices?search=str&page=1&page_size=10
|
|
[선일]NoticeListResponse(CO, PO)
|
|
공지사항 상세보기
|
GET
|
community/notices/<int:pk> |
|
[선일]NoticeDetailResponse(CO)
|
|
에디터 이미지 업로드
|
POST
|
api/s3/upload |
[선일]EditorImageUploadRequest
|
[선일]EditorImageUploadResponse(CO)
|
|
교회행사 / 댓글 등록
|
POST
|
community/events/comment |
[선일]EventCommentRequest
|
[선일]EventCommentResponse(CO)
|
|
교회생활/사진 상세 내 댓글 등록
|
POST
|
community/photos/comment |
[선일]EventCommentRequest
|
[선일]EventCommentResponse(CO)
|
|
주보 등록
|
POST
|
church/report |
[선일]WeeklyReportEnrollRequest
|
[선일]WeeklyReportEnrollResponse(CO)
|