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.
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?