This is a very simple example API server using analagous technologies to the data-store, such as connexion, flask, open API v2, etc.
Information about Google Cloud Endpoints
Notes from building a REST API on top of Google Cloud Functions (GCF). Note that GCFs cannot integrate with Endpoints, making this scheme considerably less attractive. We may look into calling GCFs from App Engine REST API on top of Google Cloud Functions
Notes on pulling in external python modules
This will deploy a Google App Engine backed API fronted by Cloud Endpoints.
Do this once (it's already been done):
make create
Deploy changes with (from the repo root):
make deploy