Sha256: ae5f72470a5e915cf505f6ccfea06c26cb20596df83f622d432dd94debec01d4
Contents?: true
Size: 386 Bytes
Versions: 10
Compression:
Stored size: 386 Bytes
Contents
module Vimeo module Simple class Channel < Vimeo::Simple::Base # Returns this channel's clips. def self.clips(channelname) get("/channel/#{channelname}/clips.json") end # Returns this channel's information. def self.info(channelname) get("/channel/#{channelname}/info.json") end end end # Simple end # Vimeo
Version data entries
10 entries across 10 versions & 5 rubygems