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