<div dir="ltr">Matt, thanks for the email, I +1 on the next page link. Then user needn't build up link by themself.<div><br></div><div>I also have one more question after review those pagination patches:</div><div><br></div><div>As those pagination proposes change the default sort order. So should we keep the sort order for old version API?</div><div>    I think it should be yes. For instance-actions, it should keep the order sorted by 'create_at' column in old versionAPI. The new version API will sort the result by 'updated_at' column.</div><div>    But the question for keypairs and hypervisors, looks like they didn't specify the sort order explicitly, so I think they should depend on the DB implementation. Should we keep the old version API unspecified sort order?</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-28 3:07 GMT+08:00 Matt Riedemann <span dir="ltr"><<a href="mailto:mriedem@linux.vnet.ibm.com" target="_blank">mriedem@linux.vnet.ibm.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There are at least two changes up that add paging support to the API, one for hypervisors and one for keypairs. Alex Xu pointed out in one of them that they didn't have a 'next' link in the response for paging, which is created here for the server/image/flavor view builders:<br>
<br>
<a href="https://github.com/openstack/nova/blob/6e8c84d0cd7651b465cf9bb7ad68a9b24b3658c9/nova/api/openstack/common.py#L448" rel="noreferrer" target="_blank">https://github.com/openstack/nova/blob/6e8c84d0cd7651b465cf9bb7ad68a9b24b3658c9/nova/api/openstack/common.py#L448</a><br>
<br>
None of the REST API big-whigs were in channel for me to confirm, but I assume we want this in any API that supports paging. Yes?<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
<br>
Thanks,<br>
<br>
Matt Riedemann<br>
<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</font></span></blockquote></div><br></div>