jsgoupil/quickbooks-sync

"Interactive mode" support?

hhuutan opened this issue · 1 comments

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

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.