使用 Google Reader API 查看是否有更多内容
据我了解,在获取原子提要时,您可以指定要返回的项目数,并且这些项目将具有一个连续字段,您可以使用该字段在已获取的项目之后的位置开始后续获取。 问题是:如何在不实际尝试获取更多内容的情况下找出是否还有更多内容可以获取?
I understand that when fetching an atom feed, you can specify the number of items to return, and the items will have a continuation field that you can use to start subsequent fetches at a position after the items you've already fetched. The question is: how do you find out if there's anything more to fetch without actually trying to fetch more?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果服务器上还有更多内容,您从 Google Reader API 获得的每个原子提要都将提供一个“继续”令牌。 如果在原子提要中找不到该令牌,则不再有。
Every atom feed that you get from the Google Reader API will provide a "continuation" token if there's more on the server. If this token is not found in the atom feed, there is no more.