This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Description
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.