We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
URL
/post
Method:
GET
URL Params
Required:
None
Data Params
Success Response:
{ "status": 200, "success": "true", "message": "성공", "data": { { "id": "1" "title": "게시글제목" "content": "게시글내용" "image": "/images/1/image.jpge" "a_nm": "서울의 밤" "a_type": "전통주" "flavor": "깔끔함" "volume": "25" "body": null "sugar": null "createdDate": "2022-07-19 02:01:13" }, ... } }
Error Response:
Sample Call:
The text was updated successfully, but these errors were encountered:
feat:> 피드 페이지 api 개발 완료, 마이페이지 작성한 글 파일명 Post->MypageWrittenPost로 변경 #22
6c9e22a
refactor:> PostResopnseDto -> MypageWrittenPostResponseDto 변경 #22
3b9fe54
gksgpd97
No branches or pull requests
명세
피드 페이지
URL
/post
Method:
GET
URL Params
Required:
None
Data Params
Success Response:
Error Response:
Sample Call:
The text was updated successfully, but these errors were encountered: