G'day伙计们
简而言之,我想知道 Google Apps 是否可以使用其他站点的 REST API 与其他站点交换数据?
在我的具体情况下,我有一个在 StackMob 上运行的移动后端,并且正在探索 Google Apps 作为一种可能的数据管理解决方案。为此,我可以使用 StackMob 的 API 在 Google Apps 和 StackMob 之间进行通信,这一点至关重要。
干杯和 TIA,佩德罗 :)
G'day伙计们
简而言之,我想知道 Google Apps 是否可以使用其他站点的 REST API 与其他站点交换数据?
在我的具体情况下,我有一个在 StackMob 上运行的移动后端,并且正在探索 Google Apps 作为一种可能的数据管理解决方案。为此,我可以使用 StackMob 的 API 在 Google Apps 和 StackMob 之间进行通信,这一点至关重要。
干杯和 TIA,佩德罗 :)
您可以使用 Google Apps Script 的 UrlFetch Service 在 Google Apps 和 StackMob 的其余 API 之间进行通信。这是可以帮助您的参考 URL https://developers.google.com/apps-script/service_urlfetch
URLFetch 与 Twitter API 的使用示例 https://developers.google.com/apps-script/articles/twitter_tutorial