I have configured Xero Client in my java application pom, after authentication I am able to fetch a list of Accounts but I am not getting Contacts and invices using client.getAccounts() and client.getContacts()
I can see data when I access my app through API Explorer.
I have configured Xero Client in my java application pom, after authentication I am able to fetch a list of Accounts but I am not getting Contacts and invices using client.getAccounts() and client.getContacts()
I can see data when I access my app through API Explorer.