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
-~----------~----~----~----~------~----~------~--~---

Reply via email to