Google Hangouts Meet API Documentation [closed]

≯℡__Kan透↙ 提交于 2020-05-27 06:19:12

问题


I'm looking for original api documentation for Google Hangouts Meet. I noticed that one the bots hangups https://github.com/tdryer/hangups uses these urls:

https://clients6.google.com/chat/v1/#{endpoint}
https://clients6.google.com/chat/v1/conversations/sendchatmessage
https://clients6.google.com/chat/v1/conversations/removeuser
https://clients6.google.com/chat/v1/conversations/createconversation

But I can't find any references.


回答1:


the very repo you pointed to has an explanation of where they got it from:

Unlike its predecessor Google Talk, Hangouts uses a proprietary, non-interoperable protocol. hangups is implemented by reverse-engineering this protocol, which allows it to support features like group messaging that aren't available in clients that connect via XMPP.

basically, the author of that library just reversed those REST api calls. Presumably by using the actual google hangouts, and then looking at what network calls it makes.

I do not believe that google has any documentation on this.



来源:https://stackoverflow.com/questions/45253763/google-hangouts-meet-api-documentation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!