We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
POST /recommend
POST
{ time: 5 }
{ status: 200, data: { videoId: 1, title: "헬린이의 2분 운동" link: '1yXZIFYv4SE', hashTag: [ "다이어트", "홈트" ] } }
The text was updated successfully, but these errors were encountered:
epitone
No branches or pull requests
URL
POST
/recommendRequest
{ time: 5 }
Response
Flow
POST
의 body로 한다.⇒ WATCHING_HISTORY_TB에서 user_id로 조건을 걸어서 본 비디오 id들만 filter함.
rand에서 뽑을 객체 arr에서 유저가 이미 본 비디오들을 삭제하고, rand를 통해 객체 하나를 뽑아옴.
The text was updated successfully, but these errors were encountered: