public
Description: An object-oriented Ruby wrapper for the YouTube GData API
Homepage: http://groups.google.com/group/ruby-youtube-library
Clone URL: git://github.com/tmm1/youtube-g.git
youtube-g / TODO.txt
100644 16 lines (14 sloc) 0.799 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[ ] stub out http request/response cycle for tests
[ ] allow specifying values as single items where you don't need to wrap in a list, e.g. :tags => :chickens instead of :tags => [ 'chickens' ]
[ ] make sure symbols will work as well as tags everywhere (again, :tags => :chickens is same as :tags => 'chickens')
[ ] figure out better structure for class/file (either rename request/video_search.rb or split into one class per file again)
[ ] restore spaces after method def names
[ ] use a proxy for testing with static sample result xml so we have repeatable tests
[ ] Clean up tests using Shoulda to define contexts
[ ] Allow :category and :categories for query DSL
[ ] Exception handling
 
== API Features TODO
 
[ ] Profile feed parsing
[ ] Playlist feeds
[ ] User subscriptions
[ ] Video comments