I'm finding it difficult to locate a true reference for the Python client library. In trying to implement service.RetrieveUser, for example, I'm told that the method returns a UserEntry object, but no documentation on UserEntry's members is forthcoming.
The .Net and PHP client libraries provide such a document -- cf. http://framework.zend.com/apidoc/core/Zend_Gdata/Gapps/Zend_Gdata_Gapps_UserEntry.html for example -- but the pydocs included with the Python library (/ pydocs/gdata.apps.html#UserEntry) do not illuminate any of the class members at all. Eventually, I settled on using inspect.getmembers to interrogate my UserEntry just to determine that there's a member of class Name called name, which in turn has string members given_name and family_name. It seems incredible to me that this class (or any of the scores of other Google Apps API classes exposed by the Python client library) isn't documented anywhere. If anyone can point me to such a document, I'd be very grateful. Thanks, g. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
