-
Xero API supports case insensitive queries with `ToLower()`. Example:
`GET /api.xro/2.0/Contacts?where=Contact.Name.ToLower().Contains("abc")`
I can't find implementation of it in the gem. Is ther…
-
If this has been answered elsewhere point me to it...but what is the status on this? I see a time soon when my multi-tenant db is full, there are performance limits we are all going to hit. Ideally, …
-
Line Items from Credit Notes has line_item_id = nil, while Invoice line items has xero line_item_id OK.
Credit Notes line items should also have their corresponding Xero ID on line_item_id
-
Files API is setting the base path "https://api.xero.com/api.xro/2.0", but the correct base path for Files API is "https://api.xero.com/files.xro/1.0".
Here's where the default base path is set
ht…
-
**Describe the bug**
Discord to slack bridge quit working and now gives following error when trying to run matterbridge
Using Legacy Slack Bot instructions. Created new bot and still not workimg
…
-
I am looking for a way to overwrite the default model of the Accounting models. Invoice by the Xero API should return a `DateString`, `DueDateString`, and most probably other fields I haven't hit yet…
-
Hi,
We have come across this PHP Fatal error when integrating with the Xero Accounting API.
From what I can tell the API endpoint should return JSON however in this case it did not which caused …
-
**Issue Description**
Currently we are missing documentation on how to test HTTP/Curl API calls in CakePHP. It's not clear like what is an best practice to test these http request.
1. Is the…
-
First thing first, thanks for this awesome gem !
I have this issue with the accounts. Anytime I try to update an account, I run into an error.
```
account = client.Account.all.first # will succeed
…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…