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

vimeo-uploadv2.py should use keyword arguments #11

Open
joshcartme opened this issue Mar 4, 2013 · 1 comment
Open

vimeo-uploadv2.py should use keyword arguments #11

joshcartme opened this issue Mar 4, 2013 · 1 comment

Comments

@joshcartme
Copy link

The API calls after the actual uploading of a video in vimeo-uploadv2.py (such as vimeo_videos_setTitle) should use keyword arguments, otherwise the calls fail.

@joshcartme
Copy link
Author

In case anyone else runs across this, an example of the correct call of setTitle (and other API methods afaik) would be:

client.vimeo_videos_setTitle(video_id=vid, title=title)

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