Skip to content

1.8.0

Compare
Choose a tag to compare
@RettBehrens RettBehrens released this 21 Jul 20:03
· 174 commits to master since this release
c155190

This PR introduces the ability to request, receive, and manage a token from Xero API using the client credentials auth method.

Implements OA2's client_credentials grant supported by Xero's Custom Connection feature 🥳
https://developer.xero.com/documentation/guides/oauth2/custom-connections/
This enables developers to create machine to machine interactions for a single Xero org.

Fixed Budgets endpoints - added budget balances and budget lines to serialize correctly.