SDKs / wrapper libraries
8 results found
-
Publish transition document from XeroAPI.Net to Xero-Net
We have coded our interface to Xero using the XeroAPI wrapper.
I am keen to use the new wrapper but have no idea how many changes I would have to make to switch over. Basically i am happy with XeroAPI but want Paged queries for Invoices.
I'd like a document with some code examples that outlined the differences so that I can decide what effort would be required to switch over.
12 votes -
Validation Errors: important additional info isn't provided
Can you rewrite logic about ValidationException handling?
For example, if several invoices will be posted to Xero and one cause validation error, no way to understand which invoice caused the error.Xero.Api.Infrastructure.Http.XeroHttpClient -> HandleErrors:
var data = JsonMapper.From<ApiException>(response.Body);
Here error response provides detailed information about who and why caused the errors.
But during deserialization it just takes all validation messages and saves them to array without any other really important information.10 votes -
Add the US Payroll Timeoffrequests to the Xero-Net SDK
I would like to have the US Payroll Timeoffrequest added to the Xero-Net SDK like the Australian Model has.
7 votes -
Support for retrieving files from a specific folder
In the API documentation, under the Files API, it describes the ability to retrieve a list of files from a specified folder, e.g.
GET https://api.xero.com/files.xro/1.0/Folders/414b3040-2829-4385-b458-3ead98fc69ca/Files
This functionality doesn't seem to be currently supported on the Net or NetStandard libraries.
4 votes -
Make .Net class to partial classes
Make .Net classes to partial classes so we can take it to the next level like putting MVC validations or making new constractors to help us with the missing enums, etc.
thanks in advance
2 votes -
2 votes
-
PaymentServices
what will paramets for /PaymentServices api
1 vote -
Bugfix for C# SDK - Journal endpoint is missing page
A simple fix maybe - you do not seem to have implemented Page() on the JOURNAL endpoint in C#. The other endpoints all have it - and offset is a little mysterious.
1 vote
- Don't see your idea?