Testing Google Cloud Endpoints Locally

I tried to write some code using the google cloud endpoints IN kernel, and I also signed up for a trusted tester program, but my request is still pending, since I know that I can only access endpoints when they are are hosted in the appspot domain, so is there a way to use the endpoints locally so that I can continue developing until my request is considered a validated tester for the endpoints of the cloud?

+2
source share
1 answer

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

If you use Java, you can check the instructions in codelab .

+3
source

All Articles