pardot / deci

Apache License 2.0
1 stars 1 forks source link

Move clients into their own source #8

Closed lstoll closed 5 years ago

lstoll commented 5 years ago

Tightly coupling clients to the storage doesn't always make sense - they can often be statically provisioned, or provided via another interface.

Move Client sourcing out into it's own interface, that can be implemented as the consumer sees fit.