Hi, On 19 Sep., 03:41, pacific <[EMAIL PROTECTED]> wrote: > But how can i accomplish this same thing in python , i simply cant > figure out. Is it something which is achieved by GET ?, Also correct > me if I am wrong, i cant use the standard SOAP API in googe app engine > right as there is no concept of rest api right ? Also as you said URL > fetch will work but how can i know i want to use this method of the > api and how to get the results ?
Just use boto http://code.google.com/p/boto/ and either appenginepatch (if you use Django) http://code.google.com/p/app-engine-patch/ or appengine-monkey (if you use some other framework) http://code.google.com/p/appengine-monkey/ The latter two projects contain httplib emulations based on urlfetch. Note, I haven't tried appengine-monkey, so I can't say if it'll work with boto out of the box. Also, if you intend to use SQS you need to fetch the most recent appenginepatch source from the repository. Bye, Waldemar Kornewald --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
