-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Madmeerkat-creator edited this page Nov 5, 2021
·
10 revisions
URI | METHOD | DESCRIPTION |
---|---|---|
/home | GET | 홈화면 |
URI | METHOD | DESCRIPTION |
---|---|---|
/info/locations | GET | 지역 목록 |
/info/industries | GET | 업종 목록 |
URI | METHOD | DESCRIPTION |
---|---|---|
/user/auth | POST | 핸드폰번호 인증 |
/user/login | POST | 로그인 |
/user/name={name} | GET | 이름중복 확인 |
/user/detail | POST | 회원정보 입력 |
/user | GET | 마이페이지 |
/user/update | PUT | 마이페이지 |
/user/alarm | POST | 알람 설정 |
URI | METHOD | DESCRIPTION |
---|---|---|
/notice/list | GET | 알림 리스트 |
/message/list | GET | 쪽지 리스트 |
/message/{message_id} | GET | 쪽지 보기 |
URI | METHOD | DESCRIPTION |
---|---|---|
/board/list | GET | 게시판 리스트 |
/board/request | POST | 게시판 생성 요청 |
/board/request/result | GET | 게시판 생성 요청 결과 |
/board-location/list | GET | 지역 게시글 리스트 |
/board-industry/list | GET | 업종 게시글 리스트 |
/board-else/list | GET | 게시글 리스트 |
URI | METHOD | DESCRIPTION |
---|---|---|
/post/{post_id}/reply | POST | 게시글 댓글 달기 |
/post/{post_id}/like | POST | 게시글 좋아요 |
/post/{post_id}/scrap | POST | 게시글 스크랩 |
URI | METHOD | DESCRIPTION |
---|---|---|
/post-location | POST | 지역 게시글 생성 |
/post-location/{post_id} | GET | 지역 게시글 보기 |
/post-location/{post_id} | PUT | 지역 게시글 수정 |
/post-location/{post_id} | DELETE | 지역 게시글 삭제 |
URI | METHOD | DESCRIPTION |
---|---|---|
/post-industry | POST | 업종 게시글 생성 |
/post-industry/{post_id} | GET | 업종 게시글 보기 |
/post-industry/{post_id} | PUT | 업종 게시글 수정 |
/post-industry/{post_id} | DELETE | 업종 게시글 삭제 |
URI | METHOD | DESCRIPTION |
---|---|---|
/post-else | POST | 게시글 생성 |
/post-else/{post_id} | GET | 게시글 보기 |
/post-else/{post_id} | PUT | 게시글 수정 |
/post-else/{post_id} | DELETE | 게시글 삭제 |
- 알림