On Dec 5, 1:13 pm, Jeff S <
j...@google.com> wrote:
> Hi john,
>
> The approach I've most often seen is to write a request handler which
> will query the datastore and pass back the data in the desired format
> (XML, JSON, etc.). Depending on your security concerns, there are
> several options for authenticating/authorizing access from the
> external HTTP client (BasicAuth+HTTPS, DigestAuth, Public Key digital
> signatures, etc.). I'm assuming that you are creating your own list of
> usernames and passwords in this case, since I recommend against asking
> for a user's Google Account password. Would this data be user
> specific?
>
> Thank you,
>
> Jeff
>
> On Dec 4, 9:07 am, JT <
johnlall...@gmail.com> wrote:
>
> > hey, does anyone know how to fetch data from the datastore, from an
> > external URL?
>