Google 课堂 api 是否有任何观看端点?
Are there any watch endpoints for the Google Classroom api?
在 Google 驱动器 API 中,有 "watch" 端点允许在有更改时通过推送通知通知第 3 方。
特别是,我试图让我的服务 class 花名册与 Google 课堂保持同步,并且希望尽可能避免轮询。课堂 API 中是否有任何此类端点,或任何其他无需轮询的通知方式?
课堂 API 目前不提供此功能。您可以加注星标 this feature request 以表明您的兴趣并得到通知 if/when 它会在未来开发!
2017 年 9 月,Google 引入了名册变更推送通知。您现在可以收听这些通知,以便在 student/teachers 是 class 名册中的 added/removed 时收到通知。
Google 09/2017 介绍该功能的更新 -
https://support.google.com/edu/classroom/answer/6149237?hl=en
Google 课堂 API 关于推送通知的文档-
https://developers.google.com/classroom/guides/push-notifications
在 Google 驱动器 API 中,有 "watch" 端点允许在有更改时通过推送通知通知第 3 方。
特别是,我试图让我的服务 class 花名册与 Google 课堂保持同步,并且希望尽可能避免轮询。课堂 API 中是否有任何此类端点,或任何其他无需轮询的通知方式?
课堂 API 目前不提供此功能。您可以加注星标 this feature request 以表明您的兴趣并得到通知 if/when 它会在未来开发!
2017 年 9 月,Google 引入了名册变更推送通知。您现在可以收听这些通知,以便在 student/teachers 是 class 名册中的 added/removed 时收到通知。
Google 09/2017 介绍该功能的更新 - https://support.google.com/edu/classroom/answer/6149237?hl=en
Google 课堂 API 关于推送通知的文档- https://developers.google.com/classroom/guides/push-notifications