In addition, I published some sample code here for Python wave creation: http://wave-samples-gallery.appspot.com/about_app?app_id=60017
<http://wave-samples-gallery.appspot.com/about_app?app_id=60017>- pamela On Mon, Nov 16, 2009 at 1:48 PM, Olreich <[email protected]> wrote: > To create a wave via programming in Java: > > wavelet.createWavelet(participants, dataDocument); > > wavelet -> A Wavelet object. > participants -> A List<String> of the participants that you want to > include (format of name: [email protected]) > dataDocument -> A String referring to a named dataDocument where the > waveId that is created will reside (for callback utility). (I may be > wrong on this one, as I've not used it) > > Check the Java Docs for more information. > > http://wave-robot-java-client.googlecode.com/svn/trunk/doc/com/google/wave/api/Wavelet.html#createWavelet(java.util.List > , > java.lang.String) > > To create a wave via programming in Python: > > robot_abstract.NewWave(context, participants) > > robot_abstract -> An instance of the robot_abstract class > context -> An instance of the context class > participants -> A list of participants > > I'm not very good with python, so that's not very informative I don't > think, but that's the function. > > http://wave-robot-python-client.googlecode.com/svn/trunk/pydocs/waveapi.robot_abstract-module.html#NewWave > > On Nov 15, 10:30 pm, jhouk <[email protected]> wrote: > > Hi all, > > > > We have this exact same question. We'd like to use Wave as the chat > > mechanism in a tool that we're building, but for it to work, we'll > > need the ability to programmatically create a new wave, add > > participants to it, and fetch its wave ID so that we can embed it in > > our tool. Any chance of that kind of functionality coming down the > > pipe? > > > > In short, *bump* > > > > Thanks! > > --Justin > > > > On Nov 12, 9:14 am, drone <[email protected]> wrote: > > > > > > > > > Hello, > > > I see, currently Embed API exposes Google Wave client's Wave panel > > > functionality. > > > > > So I'm wondering, are there any plans to expose more functionality, > > > which would allow to embed Wave List (Search) panel, create newWaves > > > programmatically, etc? > > -- > > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=. > > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=.
