سؤال

Is it possible to call, my endpoint api (https://myapi.appspot.com/_ah/api/) from my web app hosted in another domain (i.e. www.mydomain.com)?

Thanks.

هل كانت مفيدة؟

المحلول

You actually can't with cloud endpoint version 1, as stated in the doc. It comes out of the box with version 2 (beta as of March 2017)

Note: version 1 of the Google Cloud Endpoints Frameworks did not support custom domains but version 2 does.

Same question on stackoverflow:

نصائح أخرى

Yes of course.

You can call your endpoints wherever you are.

Endpoints basic architecture

You can develop an App engine backend based on Enpoints and call them from Android, IOS or another web app.

It's like Google APIs. The same way to consume them.

https://developers.google.com/appengine/docs/python/endpoints/

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top