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

[feat] - 피드 페이지 api 구현 #22

Open
gksgpd97 opened this issue Aug 6, 2022 · 0 comments
Open

[feat] - 피드 페이지 api 구현 #22

gksgpd97 opened this issue Aug 6, 2022 · 0 comments
Assignees
Labels
Feature 기능구현

Comments

@gksgpd97
Copy link
Collaborator

gksgpd97 commented Aug 6, 2022

명세

피드 페이지

  • 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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 기능구현
Projects
None yet
Development

No branches or pull requests

1 participant