Skip to content
songz1 edited this page Jan 11, 2019 · 8 revisions

FAMFAM URI

User

메소드 경로 설명
GET /users 회원 정보 조회
GET /users/groups 그룹 회원 정보 조회
POST /users 회원가입
PUT /users 회원 정보 수정
PUT /users/photo 회원 사진 정보 수정
POST /users/id 아이디 중복 체크
POST /users/password 비밀번호 확인
PUT /users/password 비밀번호 수정 (로그인 O)
POST /users/id/forget 아이디 찾기
POST /users/password/forget 비밀번호 찾기
PUT /users/password/{userIdx} 비밀번호 수정 (로그인 X)
DELETE /users 회원 삭제

Login

메소드 경로 설명
POST /login 로그인
GET /login 자동 로그인

Group

메소드 경로 설명
GET /groups 그룹 조회
GET /groups/invitation 그룹 초대장 조회
POST /groups 그룹 생성
POST /groups/join 그룹 참여
PUT /groups 그룹 수정
DELETE /gorups/withdraw 그룹 탈퇴

Content

메소드 경로 설명
GET /contents?page={page_no}&size={page_size} 모든 컨텐츠 조회
GET /contents/{contentIdx} 해당 컨텐츠 조회
GET /contents/count/week 주간 컨텐츠 수 조회
POST /contents 해당 컨텐츠 작성
PUT /contents/{contentIdx} 해당 컨텐츠 수정
DELTE /contents/{contentIdx} 해당 컨텐츠 삭제

Comment

메소드 경로 설명
GET /comments/contents/{contentIdx} 모든 댓글조회
GET /comments/count/week 주간 댓글 수 조회
POST /comments/contents/{contentIdx} 댓글 등록
PUT /comments/{commentIdx} 댓글 수정
DELTE /comments/{commentIdx} 댓글 삭제

Photo

메소드 경로 설명
GET photos?userIdx={userIdx}&page={page_no}&size={page_size} 사진첩 조회

Feel

메소드 경로 설명
GET /feels/contents/{contentIdx} 감정표현 조회
GET /feels/count/week 주간 감정표현 수 조회
POST /feels/contents/{contentIdx} 감정표현 추가
DELETE /contents/{contentIdx} 감정표현 삭제

Calendar

메소드 경로 설명
GET /calendar/month/{dateStr} 월별 일정 조회
GET /calendar/oneday/{dateStr} 일별 일정 조회
GET /calendar/search 일정 검색
POST /calendar/{calendarType} 개인/가족 일정 추가 (type값으로 구분)
PUT /calendar/{calendarType}/{calendarIdx} 개인/가족 일정 수정
DELETE /calendar/{calendarType}/{calendarIdx} 개인/가족 일정 삭제

Anniversary

메소드 경로 설명
GET /anniversary 기념일 전체 목록 조회
POST /anniversary/{anniversaryType} 기념일 추가
PUT /anniversary/{anniversaryIdx} 기념일 수정
DELETE /anniversary 기념일 삭제

History

메소드 경로 설명
GET /history 알림 히스토리 조회

Mission

메소드 경로 설명
GET /mission 미션 조회
Clone this wiki locally