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

Add "password" property to Models.Video or Models.Privacy #133

Open
ImperatorRuscal opened this issue Aug 28, 2019 · 0 comments
Open

Add "password" property to Models.Video or Models.Privacy #133

ImperatorRuscal opened this issue Aug 28, 2019 · 0 comments

Comments

@ImperatorRuscal
Copy link

GET https://api.vimeo.com/videos/{video_id} includes the "password" property when the privacy setting is "password", but using this library we can't see that property.

This becomes important if you want to either 1) fetch the password (ex: making a viewer that auto-provides the password) or 2) verify the current password (especially if you just changed it using VimeoClient.UpdateVideoMetadataAsync )

While Vimeo returns this property as an element of the Video object, given the current project layout here I imagine it'd make the most sense as a sub-property under Privacy
(ie: string Video.Privacy.Password(get) ).

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

No branches or pull requests

1 participant