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

식품 목록 조회 API 응답 형식 수정 #33

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Conversation

kyY00n
Copy link
Collaborator

@kyY00n kyY00n commented Jul 18, 2023

📄 Summary

응답 형식 수정했어요

petFoods 리스트의 프로퍼티명을 foodList로 직렬화합니다

{
    "foodList": [
        {
            "id": 1,
            "imageUrl": "https://avatars.githubusercontent.com/u/94087228?v=4",
            "name": "[고집] 돌아온 배배",
            "purchaseUrl": "https://github.com/woowacourse-teams/2023-zipgo"
        },
        {
            "id": 2,
            "imageUrl": "https://avatars.githubusercontent.com/u/76938931?v=4",
            "name": "[고집] 갈비 맛 모밀",
            "purchaseUrl": "https://github.com/woowacourse-teams/2023-zipgo"
        }
    ]
}

🙋🏻 More

테스트 했어여

Copy link
Member

@parkmuhyeun parkmuhyeun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿굿

@kyY00n kyY00n merged commit 59a1e4d into develop Jul 18, 2023
@kyY00n kyY00n deleted the refactor/#31 branch July 19, 2023 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

식품 목록 조회 API 응답 형식 수정
3 participants