For authentication, as in any other language, you start by setting up your
shell environment: see e.g
https://cloud.google.com/datastore/docs/getstarted/start_ruby/?hl=ja#service-account
-- `export DATASTORE_SERVICE_ACCOUNT=<service-account-email>` and so on.

Then, the API reference is at
https://cloud.google.com/datastore/docs/apis/v1beta2/?hl=ja (not dependent
on programming language or libraries).

For example, to create an entity , you need to
POST to https://www.googleapis.com/datastore/v1beta2/datasets/datasetId
/commit
as documented at
https://cloud.google.com/datastore/docs/apis/v1beta2/datasets/commit?hl=ja .


Alex

On Sat, Jun 6, 2015 at 8:59 PM, Neil Rao <neilra...@gmail.com> wrote:

> 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 CoreCLR). I can't figure
> out how to authenticate requests. Is there a guide somewhere on adding and
> querying simple entities via the JSON API (without relying on any Google
> libraries)?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/5085c0e2-d678-48d4-8f84-f54530c99e19%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE46Be-gaUrMPubKpdSQQcDBV%2BTynmyWeEGguJ8dAvwH4WU_Zw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to