In the API code examples, I'm seeing the attribute 'source', with required value 'your-apps'. What does this mean? What should I substitute 'your-apps' with in practice?
client = gdata.apps.emailsettings.client.EmailSettingsClient(domain='yourdomain') client.ClientLogin(email='adminUsername@yourdomain', password='adminPassword', *source**='your-apps'*) client.UpdateSignature(username='liz', signature="Liz Jones - (+1) 619-555-5555" + "Accounts Management, A&Z LTD.") -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/ce4f6XZ381oJ. 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-mgmt-apis?hl=en.
