How do I discover the apis exposed by Cloud Endpoints when I deploy my project to google app engine, to say myapp.appspot.com
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest way is to look at the APIs Explorer:
https://myapp.appspot.com/_ah/api/explorer, which will list the APIs served by your application (including the discovery API itself). You can experiment with the APIs in the Explorer as well.