Skip to content

Refactor Trello Driver to match standards

Latest
Compare
Choose a tag to compare
@nicoespeon nicoespeon released this 20 Jul 10:14
· 2 commits to master since this release

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.