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

Xero Node SDK for OAuth 2.0 generated from XeroAPI/Xero-OpenAPI

Results 49 xero-node issues
Sort by recently updated
recently updated
newest added

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

Type: Dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

Type: Dependencies

**SDK you're using (please complete the following information):** - Version: 4.29.0 **Is your feature request related to a problem? Please describe.** Yes.Xero API's enforces the following rate limits: - 5...

Type: Feature Request
Type: Enhancement

https://github.com/XeroAPI/xero-node/blob/a9c37e58220820feed363e070e83a2e441f023f3/src/gen/api/filesApi.ts#L1120 I'm getting an error when trying to upload a file. (Files API) The error is - ``` { type: 'Validation', title: 'Validation failure', detail: 'No file is was attached'...

Type: Bug - Reported
Type: Bug - Investigating

When I perform an export, the file is not attached to the invoice. I have a unit test that proves that the document stream passed into the `updateInvoiceAttachmentByFileName` function matches...

SDK xero-node Version 5.1.0 **Describe the bug** I tested API with this code: ``` const pathToUpload = path.resolve(__dirname, "../public/images/xero-dev.jpg"); // determine the path to your file const body = fs.createReadStream(pathToUpload);...

**SDK you're using (please complete the following information):** Version 5.1.0 but looks present in 6.0.0 **Describe the bug** There is an attempt to parse what is already an object as...

**SDK you're using (please complete the following information):** - Version [5.1.0] **Describe the bug** Hi, As I debugging into this issue, here's what I've observed: When I swiftly log in...

Hi, I am getting cors error while hitting the API's from the frontend react app, while its working fine when hits on backend live sever port.