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

FAMFAM URI

User

메소드 경로 설명
GET /users 회원 정보 조회
POST /users 회원가입
POST /logout 로그아웃 *
PUT /users 회원 정보 수정
DELETE /users 회원 삭제

로그인

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

Group

메소드 경로 설명
POST /groups 그룹 생성
POST /groups/join 그룹 참여
PUT /groups 그룹 수정
DELTE /gorups 그룹 삭제

Content

메소드 경로 설명
GET /contents?page={page_no}&size={page_size} 모든 컨텐츠 조회
GET /contents/{contentIdx} 해당 컨텐츠 조회
GET /contents/photos/{photoIdx} 사진첩에서 게시글 조회
POST /contents 해당 컨텐츠 작성
PUT /contents/{contentIdx} 해당 컨텐츠 수정
DELTE /contents/{contentIdx} 해당 컨텐츠 삭제

Comment

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

Photo

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

Feel

메소드 경로 설명
GET /feel/contents/{contentIdx} 감정표현 조회
POST /feel/{type}/contents/{contentIdx} 감정표현 추가
DELETE /feel/{feelIdx} 감정표현 삭제

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 알림 히스토리 조회
Clone this wiki locally