-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SeoYng edited this page Dec 22, 2020
·
8 revisions
📬 Welcome to the oneCle wiki! 📮
** uid : userId
** aid : articleId
** nid : noteId
** hid : historyId
- [POST]
/user/signup
- 회원가입 - [POST]
/user/signin
- 로그인 - [GET]
/user/profile
- 마이 페이지 정보 조회
- [GET]
/article/today
- 오늘의 아티클 받아보기 - [POST]
/article/save/:aid
- 아티클 저장 - [POST]
/article/like/:aid
- 아티클 좋아요 - [DELETE]
/article/like/:aid
- 아티클 좋아요 취소
- [POST]
/note/:aid
- 노트 추가 - [PUT]
/note/:aid
- 노트 내용 수정
- [GET]
/history
- 전체 기록 조회