Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

XeroAPI.Net No longer officially supported or maintained by Xero. #63

Open
david-buzz opened this issue Sep 17, 2014 · 1 comment
Open

Comments

@david-buzz
Copy link
Contributor

I just noticed that Xero have produced a "skinny wrapper" for the Xero API and the XeroAPI.Net wrapper is no longer supported by Xero. REF: http://developer.xero.com/code-samples/libraries/using-the-xero-api-with-c/

I thought I'd raise this in case people are starting out using this wrapper and then find out it is not going to change much.

The new wrapper (Xero-Net) supports paging of queries for Contacts and Invoices. Paging is really cool because you should get the full details of the invoice including line items.

So I would love paging to be supported in this XeroAPI.Net but looks like I might have to move to the new wrapper if I want it. I looked at adding it to the XeroAPI.Net source code but without some serious time and effort I don't think I can do it reliably.

@david-buzz
Copy link
Contributor Author

BTW, if you just want paging support in XeriAPI (as I do) then this thread might be useful.
https://community.xero.com/developer/discussion/4809292#answer4821852

I might have a crack at adding just the paging given the code example from this link.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant