Tony, You probably cannot give us the exact day of the release, but can you at least tell us if its going to be several weeks or several months? It would really help us plan our internal development of provisioning tools. Thank you for any additional information you can provide.
I also noticed a few typos in the Provisioning API documentation related to groups. On http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_developers_protocol.html -------------------- Creating groups: POST https://apps-api.google.com/a/feeds/group/2.0/domain needs to be POST https://apps-apis.google.com/a/feeds/group/2.0/domain -------------------- Same for Updating groups. -------------------- Sample GroupEntry Request Should there be <?xml version="1.0" encoding="UTF-8"?> in the request? -------------------- Sample OwnerEntry Request xmlns:gd='http://schemas.google.com/g/2005"> needs to be xmlns:gd="http://schemas.google.com/g/2005"> the typo appears in the following xml code as well (the very last code at the bottom of the page) -------------------- On Feb 2, 7:28 pm, "Tony (Google)" <[email protected]> wrote: > Hi Oskar, > > Thanks for considering to contribute your code. We actually almost > finish the Python Groups API implementation and should be available > very soon. I will post an announcement when it is released. We will > definitely be happy to incorporate anything from your code that is > missing from our end. > > Thanks, > > --Tony > > On Feb 2, 11:08 am, Oskar Casquero <[email protected]> wrote: > > > 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 > > athttp://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 -~----------~----~----~----~------~----~------~--~---
