See #7.
What have changed here:
- Trello driver now exposes a single
.get()
method that will return an Observable. This follows Cycle.js docs -> driver should return either an Observable or a queryable collection of Observables. - management of Trello driver's hot observables have been refactor back into the driver to simplify usage from the application point of view.
- the application name should be passed as a parameter, making the driver a bit cleaner.