Hi masouras, I'm not aware of any Protocol Buffer libraries for Javascript. If your JS environment can interface with other languages (Python, Java, or C++), you could use their Protocol Buffer implementations to achieve your goal - otherwise, your options are to implement Protocol Buffers yourself(!), or use a different interface to interact with the datastore.
-Nick Johnson On Sun, Jul 12, 2009 at 12:44 AM, masouras<[email protected]> wrote: > > I am trying to access the API through HTTP using javascript in my case > (but not necessarily from a browser). > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
