You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
22: Refactors Xero Client based on guzzle enshittification (#23)
* 22: Bumps PHP version in GitHub workflow
* 22: Refactors guzzle and removes deprecated oauth1
* 22: Refactors to use middleware and deprecate InvalidOptionsException
If the configured client does not have a valid Xero API URL or if an auth_token is not provided, then XeroRequestException is thrown as part of the Guzzle request.
103
+
104
+
Previously XeroClient would throw an exception on instantiation, but this is no longer the case. If the initialize method is used directly, XeroClient will probably fail for other reasons.
0 commit comments