简体   繁体   English

Google Wave-使用Python API将参与者添加到Wave

[英]Google Wave - Adding a participant to a Wave with the Python API

如何使用给定参与者电子邮件地址的Python API将参与者添加到Wave中?

The method to add a participant given a user id (AddParticipant) to waves is in the waveapi.model.OpBasedWavelet subclass , rather than just waveapi.model.Wavelet. 将给定用户ID(AddParticipant)的参与者添加到wave的方法在waveapi.model.OpBasedWavelet子类中 ,而不仅仅是waveapi.model.Wavelet。 This user id is an email address. 该用户ID是一个电子邮件地址。 Look at this sample . 这个样品

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM