Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

게시판 - 관심사 관련 질문 #1

Open
changmink opened this issue Jun 5, 2021 · 0 comments
Open

게시판 - 관심사 관련 질문 #1

changmink opened this issue Jun 5, 2021 · 0 comments
Assignees

Comments

@changmink
Copy link
Contributor

changmink commented Jun 5, 2021

  1. Method : GET
  2. Request Header
    1. 유저 정보 token
  3. Params
  4. Request Body
    1. ( 관심사 ID ) id : number / Required
  5. Response Body
    1. ( 게시글 목록 ) post_list : post_info / Required / List : 최대 4개 반환
      1. post_info
        1. ( 게시글 ID ) post_id : number / Required
        2. ( 게시글 제목 ) title : String / Required
        3. ( 채택 여부 ) status_accept : Boolean / Required
        4. ( 좋아요 여부 ) status_like : Boolean / Required
        5. ( 답변 수 ) reply_num : number / Required
        6. ( 좋아요 수 ) like_num : number / Required
  6. Response Code : 상단 참조
  7. URI : /postlist/recommend
  8. 기타 참고 사항
    1. 추천수를 1순위로, 최신순을 2순위로 정렬
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants