You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are certain endpoints which company code gets passed as a parameter into the calling function.
Should we instead pass company code into the initialization of the client so that it doesn't need to be passed into other methods.
This makes a subtle change that a single client cannot act on multiple company codes, and a new client would need to be instantiated for each company code.
I somewhat doubt this affects many if any at all.
The text was updated successfully, but these errors were encountered:
There are certain endpoints which company code gets passed as a parameter into the calling function.
Should we instead pass company code into the initialization of the client so that it doesn't need to be passed into other methods.
This makes a subtle change that a single client cannot act on multiple company codes, and a new client would need to be instantiated for each company code.
I somewhat doubt this affects many if any at all.
The text was updated successfully, but these errors were encountered: