https://github.com/google/cayley
Raw File
Tip revision: fa964e5b99746cb823dc3152522e35761a5f4836 authored by Iddan Aaronsohn on 26 June 2019, 21:22:01 UTC
Allow passing sub, pred, obj and label to /read
Tip revision: fa964e5
app.yaml
runtime: go
api_version: go1

handlers:
- url: /.*
  script: _go_app
back to top