jsgoupil / quickbooks-sync

Sync Quickbooks Desktop
MIT License
87 stars 40 forks source link

"Interactive mode" support? #35

Open hhuutan opened 5 years ago

hhuutan commented 5 years ago

Can you support "Interactive mode" in the QbManager? This means the QbManager class need implement many methods such as “getInteractiveURL”, “interactiveDone”, “interactiveRejected”,...

jsgoupil commented 5 years ago

Hi @hhuutan,

Although I would love to add the support for it, I do not have the time to take this endeavor. You may submit a pull request with unit tests if you work towards improving the library. It would probably make sense to use a specific interface that the person can implement and register.

Thanks.