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/#515 캐러셀용 최신 노래 조회 API 구현 #517

Merged
merged 13 commits into from
Oct 19, 2023
Merged

Conversation

somsom13
Copy link
Collaborator

📝작업 내용

캐러셀용 최신 노래 조회 API 구현

  • 파라미터로 조회할 개수를 전달받을 수 있습니다. GET /songs/recent?size=4
  • 파라미터를 담지 않으면 기본값인 5개가 전달됩니다. GET /songs/recent -> 5개 조회

#️⃣연관된 이슈

close #515

@somsom13 somsom13 added [ 🌙 BE ] 백엔드 크루들의 멋진 개발 이야기 하나둘셋 야! ✨ Feat 꼼꼼한 기능 구현 중요하죠 labels Oct 18, 2023
@somsom13 somsom13 self-assigned this Oct 18, 2023
@github-actions
Copy link

github-actions bot commented Oct 18, 2023

Unit Test Results

  97 files    97 suites   13s ⏱️
384 tests 384 ✔️ 0 💤 0
389 runs  389 ✔️ 0 💤 0

Results for commit f403ced.

♻️ This comment has been updated with latest results.

@somsom13 somsom13 merged commit fa8be3c into main Oct 19, 2023
@somsom13 somsom13 deleted the feat/#515 branch October 19, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ 🌙 BE ] 백엔드 크루들의 멋진 개발 이야기 하나둘셋 야! ✨ Feat 꼼꼼한 기능 구현 중요하죠
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEAT] 메인페이지 캐러셀 대체를 위해 최근이 등록된 노래 5개를 반환한다.
2 participants