Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到大多数 Circuit API 中没有分页。
一个例子是:GET/conversations/{convId}/messages/flag
这是否意味着我将始终同时收到所有消息?是否有计划为 UPI 添加分页功能?
一些端点确实提供分页,但您必须指定时间戳和要检索的项目数量。例如 GET /conversations 或 GET /conversations/{convId}/items 可以以这种方式分页。
对于标记的项目,分页支持目前不可用,因为后端一次提供所有可用的标记项目。我们知道这不是非常理想的 atm,我们计划在未来的新版本 3 中修复此类问题,但这可能需要一些时间才能发布。