Integration Xero in ReactJS application

陌路散爱 提交于 2020-02-29 06:48:24

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!