Class RBVIMEO::Vimeo
In: lib/rbVimeo.rb
Parent: Object

Methods

Attributes

api_key  [RW] 
api_secret  [RW] 

Public Class methods

api_key and api_secret should both be generated on www.vimeo.com

Public Instance methods

@vimeo.generate_url({"method" => "vimeo.videos.getInfo", "read",

  "video_id" => "339189", "api_key" => @vimeo.api_key})

This example returns a url to the xml for the Vimeo video with id 339189

Provides easier access to RBVIMEO::User user = @vimeo.user

Provides easier access to RBVIMEO::Video video = @vimeo.video 339189

[Validate]