Project

cloudkey

0.01
No commit activity in last 3 years
No release in over 3 years
Client library to access DailymotionCloud services
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.8.0
~> 2.0.0.rc1
~> 1.7.10

Runtime

~> 0.8.0
 Project Readme

Cloudkey

Introduction

This gem, still under development, aims to provide an abstract interface to DailyMotion's Cloud service. Currently, it's mostly a rewrite of the Python version.

Usage

	# Fill in your credentials
	@cloudkey = Cloudkey.authenticate USER_ID, KEY

	# Grab a list of your medias
	p @cloudkey.media.list(:fields => [:id])

	# Get an embedded player for your video, with its usage restricted to a specific IP address
	p @cloudkey.media.embedded_url VIDEO_ID, Cloudkey::SecurityPolicy.new(:ip => "88.0.0.1")

License

CloudkeyRb is Copyright © 2010-2011 Kareea SARL. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.