Skip to content

Commit

Permalink
Merge pull request #54 from AlainPilon/patch-1
Browse files Browse the repository at this point in the history
Add the getLikers advanced API method
  • Loading branch information
matthooks committed Apr 23, 2014
2 parents bf87bc9 + b387d23 commit ab9c79d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/vimeo/advanced/video.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ class Video < Vimeo::Advanced::Base
"vimeo.videos.getLikes",
:required => [:user_id],
:optional => [:page, :per_page, :full_response, :sort]

create_api_method :get_likers,
"vimeo.videos.getLikers",
:required => [:video_id],
:optional => [:page, :per_page]

create_api_method :get_subscriptions,
"vimeo.videos.getSubscriptions",
Expand Down

0 comments on commit ab9c79d

Please sign in to comment.