phildenhoff / logseq-raindrop

A Raindrop plugin for Logseq
MIT License
62 stars 5 forks source link

Reorg service modules to hide implementation details #76

Closed phildenhoff closed 11 months ago

phildenhoff commented 11 months ago

Part of a process on making our Logseq client a deep module. Everything outside of the service should not know or care how it's implemented.

That starts with creating an interface, index.ts, for both services.