{"jsonrpc":"2.0","method":"tstone.person.createGuy","id":"gtl_1","params":{"resource":{"isFemale":false,"alias":"Alias","city":"Hanoi","id":"1","mobile":"+84932340799","privs":"privs","email":"hodanhcXXXgmail.com","last":"Danh Chuan","first":"Ho","tags":"tags"}},"apiVersion":"v1"}
protojson.py:267] No variant found for unrecognized field: resource
app-engine-python 1.9.34
bq 2.0.24
bq-nix 2.0.18
core 2016.03.22
core-nix 2016.02.05
gcloud
gsutil 4.17
gsutil-nix 4.15
apiclientgoogleapiclienthttplib2oauth2oauth2client (used by identity toolkit so this one is probably ok)
protopigeon (a dep of ferris3 so I guess this is ok too)
pyasn1pyasn1_modulesrsasimpleauth (I'm also using this for identity toolkit so its ok)
simplejsonsixwsgiproxy
If you're starting from scratch and you're using webapp2 or just using Cloud Endpoints: use the Skeleton project
Thanks Jon.....but why clone a whole skeleton repo when I already have a project structure I like?
I assume it's to run the pip install -r requirements.txt......and then drag those /lib modules into my new project.....
If that is the whole point, why can't I just run my own pip install into my project /lib and skip the skeleton?I must be missing something or I suspect you would have said to do exactly that.....and equally likely, the instructions would not have made a specific exception for cases with webapp2 and endpoints.....So it seems there is still something I don't understand about Ferris3....Thx
Dewey