Skip to content

Google Endpoints Framework V2 on App Engine standard environment gradle based template

License

Notifications You must be signed in to change notification settings

softkot/framework-v2-someapi

Repository files navigation

framework-v2-someapi

Google Cloud Endpoints Framework V2 on App Engine standard environment gradle based template.

The sample boilerplate code to demonstrate Goolge Endpoints Framework V2 on top of Google App Engine with Gradle build tool as well as some issues with local development server for StackOverflow question.

Change each PROJECT_ID value mentioned below to the real AppEngine project id you have.

Steps to demonstrate

  1. edit appengine-web.xml in case wish to change default appengine service name (framework-v2-someapi) and change that name on step 5 as well.
  2. gcloud auth login
  3. gcloud config set project PROJECT_ID
  4. ./gradlew appengineDeploy
  5. gcloud app browse -s framework-v2-someapi
  6. Click API link in new opened browser window.
  7. Play with API Explorer and check the Services > someapi API v1 > someapi.method.getHash works fine.
  8. ./gradlew appengineStart and open http://localhost:8080 to try do the same localy and get errors instead.

About

Google Endpoints Framework V2 on App Engine standard environment gradle based template

Resources

License

Stars

Watchers

Forks

Packages

No packages published