我希望我的Rest API能够为我检索带有分页的mongo数据库中的X个最后记录。因此,当用户想要1000个最后记录时,他将只获得第一页上的前100条记录等... 但它不会那样工作。
我希望网址看起来像这样: http://localhost/api/devices/ {设备} /主题/ {主题} /最后/ {极限}
并不喜欢: http://localhost/api/devices/ {设备} /主题/ {主题} /最后?大小= {}限制
Could not find a version that satisfies the requirement pywin32 (from versions: )
No matching distribution found for pywin32
我通过分页获得所有记录......
如何根据该结果限制结果和hava分页。