[google-appengine] JSON API for DataStore

2015-06-06 Thread Neil Rao
I've been painfully trying to run my C# app with docker on app engine. It's nice that google supports docker, but what's the point if I can't access any app engine services? Anyway I've been trying to access datastore via the JSON API (since I cannot use Google's .NET libraries with the new Cor

Re: [google-appengine] Opensourced .NET Core and Google App Engine

2015-05-29 Thread Neil Rao
pengine/issues/list>, and I encourage > you to create a feature request asking for a REST API for Search API (and > any other App Engine services which don't expose a REST API). > > Sincerely, > > Nick > > On Friday, May 29, 2015 at 9:18:09 AM UTC-4, Neil Rao wro

Re: [google-appengine] Opensourced .NET Core and Google App Engine

2015-05-29 Thread Neil Rao
That's cool. Is there a client library for the App Engine Search service? I can't find any, so I thought I'd write one, but I couldn't find any publicly accessible interfaces for it (REST etc). -- You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] Opensourced .NET Core and Google App Engine

2015-05-24 Thread Neil Rao
With .NET Core being opensourced along with cross-platform runtimes for Linux, Windows, and Mac (and all the source code on GitHub ), I think it'd be absolutely amazing to see .NET suppo