Skip to content

Commit

Permalink
- added source from slainer to upload.rb
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Hooks <matthooks@gmail.com>
  • Loading branch information
Sebastian Vogelsang authored and Matt Hooks committed Jul 12, 2009
1 parent 21e7cf1 commit 2e192f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/vimeo/advanced/upload.rb
Expand Up @@ -22,7 +22,16 @@ def check_upload_status(ticket_id, auth_token)
make_request sig_options
end


def signature_for_file_upload(ticket_id, auth_token)
sig_options = {
:ticket_id => ticket_id,
:auth_token => auth_token
}
generate_api_sig sig_options
end

end

end # Advanced
end # Vimeo
end # Vimeo
Binary file added vimeo-0.2.2.gem
Binary file not shown.

0 comments on commit 2e192f8

Please sign in to comment.