如何在部署后浏览和发现由Cloud Endpoints公开的REST API

时间:2013-01-24 05:41:50

标签: google-app-engine google-cloud-endpoints

在将项目部署到Google应用引擎时,如何发现云端点公开的api,请说myapp.appspot.com

2 个答案:

答案 0 :(得分:2)

最简单的方法是查看API Explorer:https://myapp.appspot.com/_ah/api/explorer,它将列出应用程序提供的API(包括发现API本身)。您也可以在资源管理器中试用API。

答案 1 :(得分:1)

以下是一个很好的测试方法,可以在已部署的API和在本地主机上运行的API上使用: https://developers.google.com/apis-explorer/?base=https://yourAppName.appspot.com/_ah/api#p/yourAPIName/v1/

在localhost上使用它时,请记住将“base = https:// ...”更改为http:// localhost:8888 ....(或您正在使用的任何端口),并且必须更换您的AppName和yourAPIName包含项目的正确条目