schmich/kappa

Add Videos.for_channel to get channel videos with just channel name

Closed this issue · 0 comments

  • Similar to Channel#videos.
  • Does not require an initial channel object, reduce requests.
  • Videos.for_channel('foo', :type => :broadcasts, :limit => 10)
  • Channel#videos should forward to this new method?