forked from kylejginavan/youtube_it
-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO.txt
16 lines (14 loc) · 799 Bytes
/
TODO.txt
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