ASynK icon indicating copy to clipboard operation
ASynK copied to clipboard

lazy load dependencies

Open erjoalgo opened this issue 7 years ago • 1 comments

I'm not interested in syncing to/from google, so I shouldn't need the google-contacts-api dependency. For the same reason I don't really need an oauth client, for example.

Can we make dependencies be loaded lazily depending on what type of conversion is requested?

erjoalgo avatar Sep 08 '17 07:09 erjoalgo

You are right; it should be possible. In fact there is a rarely used feature of ASynK to sync with MS Outlook on Windows (the first connector I made actually) which works on a 'lazy load' style.

This is a low priority fix for me at this time.

skarra avatar Sep 08 '17 11:09 skarra