Re: Wave Data API

2014-01-27 Thread Yuri Z
Robot/Data API - l http://www.waveprotocol.org/wave-apis/google-wave-data-api/http-protocol Example of robot using Robot API - https://github.com/vega113/TestRobot On Mon, Jan 27, 2014 at 4:10 PM, Basavaraj wrote: > Hi > > where can i find more details/design/code about interfaci

Re: Wave Data API

2014-01-27 Thread Basavaraj
Hi where can i find more details/design/code about interfacing with WAVE using web sockets does wave support node.js based web socket interoperability? ~BAS On Thu, Dec 5, 2013 at 1:47 AM, Felix Wackernagel < felix.wackerna...@gmail.com> wrote: > The wave robot API support no realtime communi

Re: Wave Data API

2013-12-04 Thread Felix Wackernagel
The wave robot API support no realtime communication. It is a request-response mechanismus. For realtime uses wave websockets with special protocol buffer messages in json encoded. Am 04.12.2013 18:32 schrieb "Basavaraj K N [MaGE]" < basavaraj...@manipalglobal.com>: > Hi > > I am trying to do basi

Re: Wave Data API

2013-12-04 Thread Yuri Z
You can take a look at http://www.waveprotocol.org/wave-apis/google-wave-robots-api-overview/http-protocol It's describes the Google Wave Robot API but it is very similar to WIAB. You can also look at the sample Wave Robot app - https://github.com/vega113/TestRobot On Wed, Dec 4, 2013 at 7:31 PM,

Wave Data API

2013-12-04 Thread Basavaraj K N [MaGE]
Hi I am trying to do basic CRUD operations with Wave over HTTP GET/POST methods However so far have not found any document with such APIs for wave (have found JSON - RPC calls but which methods to call not documented) Can someone guide me to same? I am trying to build a real time public Q & A