minimul / qbo_api

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

Minor version as instance variable #56

Closed ntippie closed 6 years ago

ntippie commented 6 years ago

I ran into a scenario recently where I needed to use a lesser minor version for specific requests. However, the current implementation was not thread-safe to be changing QboApi.minor_version between requests. I decided to add an instance variable for #minor_version, as you can see on my fork.

Would you like me to submit a PR?

minimul commented 6 years ago

Yes, please submit.