11 results found
-
Some How to documentation
How about some videos or Documentation on how the wrappers work and Tutorials and case studies that can be followed to build add-ons
10 votes -
Publish the new Xero-Net SDK on NuGet
Replace the current NuGet package for XeroAPI.Net with a new package containing your shiny new SDK.
10 votesThis SDK is no longer maintained. The new one is located here: https://www.nuget.org/packages/Xero.API.SDK.Minimal/.
It has been updated with the latest functionality.
-
show credit note lineitemID when retreving credit notes
When retrieving credit notes the lineitemID is current all zeros, it would be useful to have the lineitemID returned as well.
7 votes -
Update the Xero-Net wrapper
At the time of this writing, the Xero-Net wrapper hasn't been updated for 3 months, during which time 8 updates to the API have been released.
4 votes -
Allow the number of remaining API calls to be queried
It would be great to have an endpoint to be able to query the number of remaining callouts for a Xero ORG, or the number used in the last 24h rolling period.
We have a 5000 call limit per ORG. As an integration partner that deals with many different sizes of businesses (small to large), each business pushes / pulls a different number of invoices, notes, history etc each day.
We don't want the larger users to hit their rate limits and restrict them from syncing the important information such as invoices.
If we could query the number of callouts…
3 votesWith our move to OAuth 2.0, we now provide this information in the http headers of each response.
See the relevant documentation here: https://developer.xero.com/documentation/oauth2/limits
-
Add Payroll API to Node
Add the Payroll API to xero-node SDK just like how the xero-net SDK does.
2 votes -
Add the UK Payroll Timeoffrequests to the Xero-Net SDK
I would like to have the UK Payroll included in the SDK so that we can automatically record approved time off requests in an external calendar.
2 votesJust cleaning up this old request.
All payroll endpoints are supported by the OAuth 2 sdks
-
Expand Application API History
The Application API History is very useful. I suggest extending the amount of data held in the Application History and make it searchable.
https://app.xero.com/Application/History2 votesWith OAuth 2.0 we have released a new version of the history page. It can now be filtered by HTTP method, endpoint, org name, response status response time and dates.
-
UK-version of the api client
In the sdk there are only model classes for AU and America.
But in your api documentation you provide an interface for UK as well.Do you have an api client for UK?
My guess is that you fairly easily could generate a UK api client, and that it would provide great value for your customers.Otherwise I will have to write the client myself based on the documentation.
Thank you!
Kind regards Anders1 voteJust cleaning up this old request.
All OAuth 2 SDKs now support the payroll API
-
Java SDK
Create a Java SDK / Wrapper that provides samples to connect to the Xero API with all application flavours - public, private & partner
0 votesCheckout the official Xero Java SDK
-
Support Setup endpoint
Provide support for the Setup endpoint in the Xero-NET library (https://github.com/XeroAPI/Xero-Net)
0 votesNow complete https://github.com/XeroAPI/Xero-Net/pull/2
- Don't see your idea?