willhumble
Results
2
issues of
willhumble
For issue #318
Add the ability to get the Organisations Actions, as per API Docs: [Actions](https://developer.xero.com/documentation/api/accounting/organisation#get-organisation-actions) ``` def getXeroOrganisationActions(siteId): creds = getCredentials(siteId) xero = Xero(creds) list = xero.organisations.actions() return list ```