You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Google Cloud Endpoints on App Engine flexible environment
2
2
This sample demonstrates how to use Google Cloud Endpoints on Google App Engine Flexible Environment using Java.
3
3
4
+
## Edit the Swagger API specification
5
+
6
+
Open the [src/main/appengine/swagger.yaml](src/main/appengine/swagger.yaml) file in your favorite editor, and replace the YOUR-PROJECT-ID `host` line with your actual Google Cloud Platform project Id.
7
+
4
8
## Running locally
5
9
$ mvn jetty:run
6
10
7
11
## Deploying
8
12
$ mvn gcloud:deploy
13
+
14
+
## Calling your API
15
+
16
+
Please refer to the Google Cloud Endpoints [documentation](https://cloud.google.com/endpoints/docs/app-engine/) for App Engine Flexible Environment to learn about creating an API Key and calling your API.
0 commit comments