public
Description: Ruby wrapper around Viddler.com API.
Homepage: http://viddler.rubyforge.org/rdoc/
Clone URL: git://github.com/iSabanin/viddler.git
underlog (author)
Sat Apr 11 07:56:17 -0700 2009
commit  21737aa5aa8ade11278d6f6ee219b36c611e9a20
tree    afdff76c86a87824bb8e2c623363a8271bd545f7
parent  6ed9839fa0328909cf04c5a05abc127babab99a0
name age message
file .gitignore Sat Apr 11 07:56:17 -0700 2009 Oops, this is not ready for master branch yet. ... [underlog]
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 Loading commit data...
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/
directory log/ Sun May 18 22:35:31 -0700 2008 Added empty log dir. [iSabanin]
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/ Sat Apr 11 07:56:17 -0700 2009 Oops, this is not ready for master branch yet. ... [underlog]
directory tmp/ Sun May 18 22:35:31 -0700 2008 Added empty log dir. [iSabanin]
directory website/ Sun May 18 22:35:06 -0700 2008 Export from previous SVN repo. [iSabanin]
= 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.