Skip to content

Latest commit

 

History

History
 
 

endpoints

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Google Cloud Endpoints sample

Deploying the backend

Follow the instructions in the docs.

Running the client

Send an echo request:

go run client/main.go -api-key=AIza.... -host=https://my-app.appspot.com -echo message

Send a JWT authed request:

go run client/main.go -api-key=AIza....  -host=https://my-app.appspot.com -service-account=path_to_service_account.json