问题
We are having a ReactJS application and wants to integrate XERO accounting software.
Basically what we need is to fetch the customers list from xero and display it on the web application
What should be the approach that needs to be followed here?
Can we do the api call from the front end like what we do for https://www.npmjs.com/package/react-google-login ? or
do we need to make the api call from the server side?
Any help would be much appreciated.
来源:https://stackoverflow.com/questions/57217385/integration-xero-in-reactjs-application