Language
Some of the return types are wrong. The API documentation doesn't match the actual return from the API.
For example GetCustomers returns an array of type Customer but it actually does that under a subkey of Customer.
So response needs to be response.Customer
I've started updating the types from 1.0.2 onwards. I'll tag any updates in this issue.
Language
Some of the return types are wrong. The API documentation doesn't match the actual return from the API.
For example
GetCustomersreturns an array of typeCustomerbut it actually does that under a subkey ofCustomer.So
responseneeds to beresponse.CustomerI've started updating the types from
1.0.2onwards. I'll tag any updates in this issue.