[Google Wave APIs] Re: Setting text of a blip to html using python robot api?

2009-09-07 Thread Mark Fayngersh
Thanks! On Mon, Sep 7, 2009 at 12:54 AM, Jason Salas wrote: > > Hi Mark, > > Here's a good example (look at the testAnnotateDocument() method): > > http://code.google.com/p/wave-robot-python-client/source/browse/trunk/src/waveapi/ops_test.py?spec=svn10&r=10 > > ...and here's the actual SetAnnota

[Google Wave APIs] Re: Setting text of a blip to html using python robot api?

2009-09-06 Thread Jason Salas
Hi Mark, Here's a good example (look at the testAnnotateDocument() method): http://code.google.com/p/wave-robot-python-client/source/browse/trunk/src/waveapi/ops_test.py?spec=svn10&r=10 ...and here's the actual SetAnnotation() method from the Python Client Lib API docs: http://wave-robot-python-

[Google Wave APIs] Re: Setting text of a blip to html using python robot api?

2009-09-06 Thread Mark Fayngersh
Hey Jason, Say, do you think you can tell me how I can do it with annotations, or point me to a page perhaps? Thanks for the reply. On Sun, Sep 6, 2009 at 11:59 AM, Jason Salas wrote: > > Hi Mark, > > Not at the moment, I don't believe. You'd have to inject the HTML > markup with the API's supp

[Google Wave APIs] Re: Setting text of a blip to html using python robot api?

2009-09-06 Thread Jason Salas
Hi Mark, Not at the moment, I don't believe. You'd have to inject the HTML markup with the API's support for annotations. But, I've heard that the forthcoming API will have better support for formatted text. Jason :) jasonsa...@wavesandbox.com On 9/7/09, Mark Fayngersh wrote: > Is there a way