This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit fc8e5e0c50ec439c51082088f004c7f02f236863
tree 34e98fc1b72713634b47cb244b87aec44a4ab766
parent e29d5606989f2c0b5a8c533313c31bf877e0bb38 parent 21737aa5aa8ade11278d6f6ee219b36c611e9a20
tree 34e98fc1b72713634b47cb244b87aec44a4ab766
parent e29d5606989f2c0b5a8c533313c31bf877e0bb38 parent 21737aa5aa8ade11278d6f6ee219b36c611e9a20
viddler /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Nov 19 02:41:03 -0800 2008 | |
| |
History.txt | Mon Oct 20 09:18:07 -0700 2008 | |
| |
License.txt | Sun May 18 22:35:06 -0700 2008 | |
| |
Manifest.txt | Wed Nov 19 02:40:25 -0800 2008 | |
| |
README.txt | Sun May 18 22:40:40 -0700 2008 | |
| |
Rakefile | Sun May 18 22:35:06 -0700 2008 | |
| |
config/ | Sat Apr 11 07:56:17 -0700 2009 | |
| |
lib/ | Fri May 01 14:20:05 -0700 2009 | |
| |
log/ | Sun May 18 22:35:31 -0700 2008 | |
| |
rails/ | Fri Nov 21 05:00:36 -0800 2008 | |
| |
script/ | Sun May 18 22:35:06 -0700 2008 | |
| |
setup.rb | Sun May 18 22:35:06 -0700 2008 | |
| |
tasks/ | Sun May 18 22:35:06 -0700 2008 | |
| |
test/ | Fri Feb 13 04:19:16 -0800 2009 | |
| |
tmp/ | Sun May 18 22:35:31 -0700 2008 | |
| |
website/ | Wed Nov 19 08:35:57 -0800 2008 |
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.







