我正在寻找Google Hangouts Meet的原始api文档。我注意到机器人挂断 https://github.com/tdryer/hangups使用了这些网址:
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
但我找不到任何参考资料。
答案 0 :(得分:1)
你指出的那个回购邮件解释了他们从哪里得到它:
基本上,该库的作者只是颠倒了那些REST api调用。大概是通过使用实际的谷歌环聊,然后查看它所做的网络调用。与其前身Google Talk不同,Hangouts使用专有的非互操作协议。 hangups是通过对该协议进行逆向工程来实现的,这使得它可以支持通过XMPP连接的客户端中不可用的组消息传递等功能。
我不相信谷歌有任何关于此的文件。