api-sig/guidelines/pagination_filtering.rst
Chris Yeoh e00144c3a0 Moves from markdown to rst
Changes format of files from markdown to reStructuredText
and adds the tox targets to verify the format and build
the html. Also adds bits and pieces needed to finish
bootstrapping the repository.

Change-Id: If559c21f19d7044a0d89b29e5743bf09c9da2ac1
2014-10-22 16:24:41 +10:30

594 B

Pagination and Filtering

This topic document serves to provide guidance on how to handle the pagination of large result sets and the best ways to provide filtering capabilities in a project's public REST API.

Pagination

TODO Discuss the methods currently used to paginate in OpenStack APIs.

TODO Make a proposal/decision on the recommended way to implement pagination.

Filtering

TODO Discuss the methods currently used to filter in OpenStack APIs.

TODO Make a proposal/decision on the recommended way to implement filtering.