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
Since you have async methods for things like order creation (Order.createAsync()), would also be good to have async versions of the instance methods (getAreaCodes(), getTns(), getNotes(), etc.) on the returned Order object.
I'm guessing the other main API objects also need similar treatment (don't know yet, as I'm working my way through the v1 to v2 conversion process).
The text was updated successfully, but these errors were encountered:
Enhancement request:
Since you have async methods for things like order creation (
Order.createAsync()
), would also be good to have async versions of the instance methods (getAreaCodes()
,getTns()
,getNotes()
, etc.) on the returned Order object.I'm guessing the other main API objects also need similar treatment (don't know yet, as I'm working my way through the v1 to v2 conversion process).
The text was updated successfully, but these errors were encountered: