schmich/kappa

Merge entity finding code into single classes

Closed this issue · 1 comments

We should have a single class for finding entities, i.e.:

  • Move Stream.get into Streams
  • Move Channel.get into Channels
  • ...

Eventually, we'd have something like:

  • Streams.get('lethalfrag')
  • Streams.find(...)
  • Streams.all

Update docs, update specs.

Fixed with API update.