Hello, I am using the Provisioning API to program a python script that reads user and course data from the academic data base in my university, and creates the corresponding user accounts and groups in Google Apps.
The problem I've found is that gdata-python library does not support group management for Google Apps yet. However, as most of the elements needed to add that support are already in the library, I've been able to add some new methods (CreateGroup, DeleteGroup, AddMemberToGroup, RemoveMemberFromGroup, RetrieveAllMembersFromGroup, ...) to "gdata.apps.service" . I would like to contribute with those methods to the library. I've read the instructions at http://code.google.com/p/gdata-python-client/wiki/BecomingAContributor, but I don't know who I have to contact in order to send the code for review. Thanks in advance, ----- Oskar Casquero Oyarzabal Department of Systems Engineering and Automatic Control University of the Basque Country Mailing Address: University College of Technical Industrial Engineering of Bilbao Plaza de la Casilla 3 ZIP: 48012 - Bilbao (Spain) Phone & Fax: 94 601 4459 E-mail: [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
