
Currently the limit option is used ambiguously, the first is the total amount of resources returned, and the second is the size of the page. To separate this, we add a parameter called max_items, which is the total amount of resources returned. Change-Id: I56fdb5ef480da6bca82462ce3ca4e0cbcb2830de Signed-off-by: djp <dimsss0607@gmail.com>
9 lines
373 B
YAML
9 lines
373 B
YAML
---
|
|
features:
|
|
- |
|
|
A new parameter, ``max_items``, is added to the ``Resource.list``
|
|
method. This allows users to specify the maximum number of resources
|
|
that should be returned to the user, as opposed to the maximum number
|
|
of items that should be requested from the server in a single request.
|
|
The latter is already handled by the ``limit`` parameter
|