xero-python icon indicating copy to clipboard operation
xero-python copied to clipboard

Official Xero OAuth 2.0 python SDK

Results 38 xero-python issues
Sort by recently updated
recently updated
newest added

Created based on conversation with community developer: "Occasionally the Journals endpoint takes a long time to respond - last night 235seconds for 1 page of Journals. Yes, it's an anomaly...

Generates Xero-Python 1.19.1 from Xero-OpenAPI 2.30.2 ## Accounting API Adds the following missing timezones: - SAOTOMESTANDARDTIME - WESTBANKSTANDARDTIME - SOUTHSUDANSTANDARDTIME - SUDANSTANDARDTIME - VOLGOGRADSTANDARDTIME - ASTRAKHANSTANDARDTIME - SARATOVSTANDARDTIME - QYZYLORDASTANDARDTIME...

I have an app that connects to many client_ids, and I found their's client_id and client_secret keep the same even though I put different config, here are some test codes:...

When running Python 3.12, the invalid escape sequence here leads to a `SyntaxWarning`.

Issue Description: When using the get_assets API endpoint in the Xero API to retrieve asset information, the response is missing the serial_number and warranty_expiry_date fields. However, when using the get_asset...

Hi Support. how want book keepers using my platform to be able to manage their clients data such as : 1. Get the categories of each of their client 2....

Hello Xero API team, I've been working with the Xero API recently and came across a couple of inconsistencies that I wanted to bring to your attention. **Issue 1: update_manual_journal...

I am trying to connect to the projects API using this library. I am running into this issue: `{"Type":null,"Title":"Forbidden","Status":403,"Detail":"AuthenticationUnsuccessful","Instance":"","Extensions":{}}` I am explicitly providing my tenant id, but the API calls...

The deserialized BatchPayment class returned by the "create_batch_payment" method seems to strip out the status_attribute_string attribute that is present on other classes of objects that support "summarize_errors=False" at creation, like...

Fixes https://github.com/XeroAPI/xero-python/issues/68 Simply extends the check for scope string to be a list, tuple, OR a string.