Cannot access API explorer on localhost

后端 未结 11 1507
南方客
南方客 2020-12-08 16:10

I\'m trying to build an Endpoints application, but am new to Google App Engine.

As I understand it, there\'s some kind of API Explorer included in the SDK that shoul

11条回答
  •  旧巷少年郎
    2020-12-08 16:57

    If you are running the AppEngine from GWT DevMode you need to change port in the base parameter to match what you see in console, for me that's 8888:

    http://apis-explorer.appspot.com/apis-explorer/?base=http://localhost:8888/_ah/api#p/

提交回复
热议问题