Testing google cloud endpoints locally

那年仲夏 提交于 2019-12-10 16:54:51

问题


I been trying to write some code using google cloud endpoints IN app engine and I've also signed up for the trusted tester program but my request is still pending, so as far as I know i can access the endpoints only when they are hosted in the appspot domain so is there any way to consume the endpoints locally so that I can continue development until my request is being considered for cloud endpoints as a trusted tester?


回答1:


This isn't well documented publicly (all the documentation is shared with trusted testers), but you can test locally with the local development server (in Java in the current SDK, and in Python in the SDK shared with testers).

If you're using Java, you can check out instructions in the codelab.



来源:https://stackoverflow.com/questions/13416777/testing-google-cloud-endpoints-locally

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!