XeroAPI / xero-node-oauth2-app

NodeJS app for demonstrating the xero-node v4 SDK
MIT License
38 stars 43 forks source link

Adding AU Payroll and Bankfeeds #46

Closed SerKnight closed 4 years ago

SerKnight commented 4 years ago

Adds in all functionality in the 4.6.0 release of Xero Node https://github.com/XeroAPI/xero-node/releases

Also a lot of work to make the readme more clear for people getting started.

Included session persistence so that every typescript rebuild doesn't clobber the active session which includes your tokenSet and other information.


Largest changes are adding in the functionality of 2 XeroAPI sets:

SerKnight commented 4 years ago

Work IN Progress do not merge