开发者

Loading a wave from waveid

开发者 https://www.devze.com 2022-12-14 02:23 出处:网络
I\'m working on a small wave thingy where i need to load a wave based on an outside event. So i don\'t have a context to work with.

I'm working on a small wave thingy where i need to load a wave based on an outside event. So i don't have a context to work with.

I've been looking at the python api for a while but i can't figure out the correct way to get a wave object (that i can then c开发者_高级运维all CreateBlip() on) when i just have the waveid.

Is there something i've just overlooked? or do I have to make a 'raw' json request instead of using the api ?


At Google I/O, the Wave Data API was announced which allows for pulling waves which haven't previously gotten a context as long as they're accessible to a @googlewave.com user authenticated through OAuth. However, this can not call CreateBlip()


At the moment the answer is that i can't be done. Hopefully in a future version of the Api.

0

精彩评论

暂无评论...
验证码 换一张
取 消