feat: 회원이 가지고 있는 쿠폰에 대한 브랜드 리스트 조회 API 개발 #16
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Member API
[기능] 특정 회원이 가지고 있는 쿠폰들을 조회한 다음, 해당 쿠폰들의 브랜드 목록을 반환합니다.
[정렬 조건]
sort 값을 query-string 으로 받습니다.
🕝기획에서는 만료 시간을 기준으로 정렬해야한다고 했지만 생성 시간을 기준으로 정렬한 이유 [검토 필요합니다.]
Response 예시
검토 후 이상한 점이 있으면,, 알려주세요! 🥲
TODO