Here's the link to the thread http://groups.google.com/group/google-apps-apis/browse_thread/thread/16e1ed715993d6fd/e6f97356b1805911?lnk=gst&q=dk05#e6f97356b1805911
On Jan 6, 9:49 am, DougC <[email protected]> wrote: > Hi all, > > I've been using the Provisioning API with great success in PHP, Perl > and Java, but would now like to try Python. I'm new to Python, and am > having some trouble finding any good demo/example code, like the Zend > demo that came with the PHP API package. The Python API documentation > assumes that you'll know how to use the API, without describing class/ > method details that I've familiar with using documentation like > Javadocs. For example, I'd like to list all users in my Google Domain, > so in Python I start out with: > > #!/usr/bin/python > import gdata.apps.service > service = gdata.apps.service.AppsService(email='[email protected]', > domain='mydomain.com', password='password') > > service.ProgrammaticLogin() > --- > The API shows a service.RetrieveAllUsers() method, which returns a > UserFeed object. But it's here that I'm lost. I can't find any details > on a UserFeed object or it's methods. I'm probably looking in the > wrong places and/or not understanding how Python works. I'd like to > find Javadoc type reference for Python and/or some demo/example code > that I can use to learn how Python interacts with the Provisioning > API. > > Can anyone point me in the right direction? I really want to start > using Python with the Google APIs. > > TIA, > > Doug --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" 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-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
