Vimeo.Videos

Provides access to the /videos endpoints of the Vimeo API v3.

Summary

Functions

Add a user to the allowed users list

Get a list of all categories this video is in

Check if a video has a specific comment

Gets replies to a comment on a video

Get comments on this video

Post a comment on the video

Post a reply to a comment on the video

Add a credit to a video

Get a single credit

Get a list of users credited on a video

Delete a video

Delete a comment from a video

Remove an existing picture from a video

Get a video

Get a list of the users who liked this video

Get a single picture resource for a video

Get a list of this video’s past and present pictures

Remove the tag from this video

Remove a user from the allowed users list

Search for videos

Tag a video

Check if a tag has been applied to a video

List all of the tags on the video

Edit video metadata

Edit an existing comment on a video

Edit information about a single credit

Modify an existing picture on a video

Get all users that are allowed to see this video

Functions

add_user(video_id, user_id)

Add a user to the allowed users list.

categories(video_id, params \\ %{})

Get a list of all categories this video is in.

comment?(video_id, comment_id)

Check if a video has a specific comment.

comment_replies(video_id, comment_id, params \\ %{})

Gets replies to a comment on a video.

comments(video_id, params \\ %{})

Get comments on this video.

create_comment(video_id, text)

Post a comment on the video.

create_comment_reply(video_id, comment_id, text)

Post a reply to a comment on the video

create_credit(video_id, data)

Add a credit to a video

credit(video_id, credit_id)

Get a single credit.

credits(video_id, params \\ %{})

Get a list of users credited on a video.

delete(video_id)

Delete a video.

delete_comment(video_id, comment_id)

Delete a comment from a video.

delete_picture(video_id, picture_id)

Remove an existing picture from a video.

info(video_id)

Get a video.

likes(video_id, params \\ %{})

Get a list of the users who liked this video.

picture(video_id, picture_id)

Get a single picture resource for a video.

pictures(video_id)

Get a list of this video’s past and present pictures.

remove_tag(video_id, word)

Remove the tag from this video.

remove_user(video_id, user_id)

Remove a user from the allowed users list.

search(params \\ %{})

Search for videos.

tag(video_id, word)

Tag a video.

tag?(video_id, word)

Check if a tag has been applied to a video.

tags(video_id)

List all of the tags on the video.

update(video_id, params \\ %{})

Edit video metadata.

update_comment(video_id, comment_id, text)

Edit an existing comment on a video

update_credit(video_id, credit_id, data)

Edit information about a single credit.

update_picture(video_id, picture_id, data)

Modify an existing picture on a video.

users(video_id)

Get all users that are allowed to see this video.