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

Get video with tag #52

Merged
merged 1 commit into from
Feb 18, 2021
Merged

Get video with tag #52

merged 1 commit into from
Feb 18, 2021

Conversation

zych1751
Copy link
Collaborator

resolves #48

@hywook4
Copy link
Contributor

hywook4 commented Feb 18, 2021

LGTM. 궁금한게 있는데 tags는 저렇게 하면 알아서 list 형태로 함께 반환이 되나요?

@zych1751
Copy link
Collaborator Author

{id: 4, videoId: "tJVB4zv4Y5c", userId: null, title: "aaa", description: "bbb", …}
Tags: Array(2)
  0: {id: 8, tagName: "tag1", createdAt: "2021-02-16T13:36:14.000Z", updatedAt: "2021-02-16T13:36:14.000Z", VideoHasTag: {…}}
  1: {id: 9, tagName: "tag2", createdAt: "2021-02-16T13:36:14.000Z", updatedAt: "2021-02-16T13:36:14.000Z", VideoHasTag: {…}}
length: 2
description: "bbb"
id: 4
title: "aaa"
totalLikes: 0
updatedAt: "2021-02-16T13:36:14.000Z"
userId: null
videoId: "tJVB4zv4Y5c"

넴 지금 이렇게 내려옵니당

@zych1751 zych1751 merged commit 486f4dc into master Feb 18, 2021
@hywook4 hywook4 deleted the feature/48 branch April 21, 2021 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

영상 보여주기 페이지 관련 api 구현
2 participants