Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top