How to call a Google Cloud Endpoint from Google Apps Script?
There must be a supported way to do this.
For example, you create an end point and you want to use it from Google Apps Script. The only thing I see is to use UrlFetchApp.fetch. But there must be a better way.
Thanks.