How to call Google endpoint from Google Apps Script?

How do I invoke the Google Cloud Endpoint from Google Apps Script?

There must be a supported way to do this.

For example, you create an endpoint and you want to use it from Google Apps Script. The only thing I see is using UrlFetchApp.fetch. But there must be a better way.

Thank.

+4
source share
1 answer

Unfortunately, UrlFetchApp is the only supported way to call the Google Cloud Endpoints API at the moment. For more information on how the file requests the function, add additional support for Cloud Endpoints, can be found on the page.

0

Source: https://habr.com/ru/post/1533023/


All Articles