Hi masouras, remote_api uses HTTP, but it already provides an interface to allow you to use the usual APIs (eg, google.appengine.ext.db) to access the remote datastore. Is there a particular reason you want to create HTTP requests yourself, rather than just using the existing client libraries?
-Nick Johnson On Thu, Jul 9, 2009 at 2:22 AM, masouras<[email protected]> wrote: > > I am trying to figure out if I can/should use the datastore through > the remote_api over http (rather than through the python/java examples > provided). > > Is it possible to access the datastore through http requests > constructed manually from any application ? Is there documentation > about the url format for such access (and how the authentication > works) ? > > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
