public
Description: Ruby wrapper around Viddler.com API.
Homepage: http://viddler.rubyforge.org/rdoc/
Clone URL: git://github.com/iSabanin/viddler.git
tapajos (author)
Fri May 01 14:20:05 -0700 2009
commit  fc8e5e0c50ec439c51082088f004c7f02f236863
tree    34e98fc1b72713634b47cb244b87aec44a4ab766
parent  e29d5606989f2c0b5a8c533313c31bf877e0bb38 parent  21737aa5aa8ade11278d6f6ee219b36c611e9a20
name age message
file .gitignore Wed Nov 19 02:41:03 -0800 2008 ignore pkg/* [tapajos]
file History.txt Mon Oct 20 09:18:07 -0700 2008 version bump, history [underlog]
file License.txt Sun May 18 22:35:06 -0700 2008 Export from previous SVN repo. [iSabanin]
file Manifest.txt Wed Nov 19 02:40:25 -0800 2008 Fix when account has only one video [tapajos]
file README.txt Sun May 18 22:40:40 -0700 2008 Added link to Github. [iSabanin]
file Rakefile Sun May 18 22:35:06 -0700 2008 Export from previous SVN repo. [iSabanin]
directory config/ Sat Apr 11 07:56:17 -0700 2009 Oops, this is not ready for master branch yet. ... [underlog]
directory lib/ Fri May 01 14:20:05 -0700 2009 Merge commit 'iSabanin/master' Conflicts: li... [tapajos]
directory log/ Sun May 18 22:35:31 -0700 2008 Added empty log dir. [iSabanin]
directory rails/ Fri Nov 21 05:00:36 -0800 2008 plugin in rails [tapajos]
directory script/ Sun May 18 22:35:06 -0700 2008 Export from previous SVN repo. [iSabanin]
file setup.rb Sun May 18 22:35:06 -0700 2008 Export from previous SVN repo. [iSabanin]
directory tasks/ Sun May 18 22:35:06 -0700 2008 Export from previous SVN repo. [iSabanin]
directory test/ Fri Feb 13 04:19:16 -0800 2009 Fix Video.tag to always returns an Array with a... [tapajos]
directory tmp/ Sun May 18 22:35:31 -0700 2008 Added empty log dir. [iSabanin]
directory website/ Wed Nov 19 08:35:57 -0800 2008 update site [tapajos]
README.txt
= Viddler.rb

* Rubyforge profile: http://viddler.rubyforge.com
* Source code: http://github.com/iSabanin/viddler
* Tracker: http://ilya_sabanin.lighthouseapp.com/projects/10110-viddler-rb/overview

== DESCRIPTION:

Ruby wrapper around Viddler.com[http://www.viddler.com] API.

== FEATURES:

Currently implemented API methods:

* viddler.videos.getRecordToken
* viddler.users.register
* viddler.users.auth
* viddler.users.getProfile
* viddler.users.setProfile
* viddler.users.setOptions
* viddler.videos.upload
* viddler.videos.getStatus
* viddler.videos.getDetails
* viddler.videos.getDetailsByUrl
* viddler.videos.setDetails
* viddler.videos.getByUser
* viddler.videos.getByTag
* viddler.videos.getFeatured
  
== NOT YET IMPLEMENTED:

* Wrapper for video permissions.
  
== REQUIREMENTS:

* active_support[http://rubyforge.org/projects/activesupport/]
* rest-client[http://rubyforge.org/projects/rest-client/]
* mime-types[http://rubyforge.org/projects/mime-types/]

== INSTALL:

* sudo gem install viddler

== CONTACT:

* ilya dot sabanin at gmail.com

== CONTRIBUTORS:

* Kyle Slattery

== LICENSE:

(The MIT License)

Copyright (c) 2008 Ilya Sabanin

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.