minimul / qbo_api

Ruby JSON-only client for QuickBooks Online API v3. Built on top of the Faraday gem.
MIT License
85 stars 45 forks source link

DOC: Remove reconnect & disconnect #128

Open map7 opened 11 months ago

map7 commented 11 months ago

I don't know what reconnect & disconnect were used for, but I cannot find them in the code and I've tested the commands and they don't work. Should I remove them from the documentation?

I assume it was for refreshing your token's and maybe disconnect was logging out?

minimul commented 11 months ago

Good finds. Yes, they can be removed from the documentation.

They were methods used in OAuth1 IIRC.