Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Google Cloud Endpoints on App Engine flexible environment

This sample demonstrates how to use Google Cloud Endpoints on Google App Engine Flexible Environment using Java.

Edit the Open API specification

Open the src/main/appengine/openapi.yaml file in your favorite editor, and replace the YOUR-PROJECT-ID host line with your actual Google Cloud Platform project Id.

Running locally

$ mvn jetty:run

Deploying

$ mvn gcloud:deploy

Calling your API

Please refer to the Google Cloud Endpoints documentation for App Engine Flexible Environment to learn about creating an API Key and calling your API.