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

README: Describe the default version used by the client #123

Closed ybakos closed 1 year ago

ybakos commented 1 year ago

By default, the qbo_api client runs against the latest base version of the QBO API, and not the latest minor version, by default and by design. This may confuse some users, since the QBO API documentation describes the latest minor version.

Explicitly describe how the client runs against the latest base version of the QBO API by default, and that it does not run against the latest, or any, minor version by default.

Update the hyperlink to the QBO API minor versions documentation.

References #122.

minimul commented 1 year ago

Thank you @ybakos