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.
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: post recommendation API #508
feat: post recommendation API #508
Changes from all commits
9692bd6
8ba6e7c
77ceeb9
c4be97f
3621126
818872f
397c293
0aaa7c4
23e0767
41da990
a178ae0
3b72796
bcac59c
8e5c57c
5438995
4836bd6
70e439a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apple Music API와 통신하는 코드가 서로 통일되어 있지 않아요.
음악 검색 Apple Music API 통신은 Web Client로 작성되어 있고, 검색어 추천 Apple Music API 통신은 Feign Client로 작성했습니다.
이로 인해 설정 부분에도 차이가 존재해요. 현재 코드에 작성된 AppleMusicAuthConfig와 기존 코드의 AppleMusicConfig를 비교해보시면 좋을 것 같아요.
이전에 작성된 코드와 싱크를 맞추는 작업이 필요해요. 다만 AppleMusic API 호출 부분, 설정 부분, DTO 등 작업량이 많아질 것이라 생각해요. 별도의 브랜치에 작업하여 반영하겠습니다.