This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
[Api2] [Doc] Pagination (documentation) #95
Labels
documentation
Improvements or additions to documentation
Pagination in the API should be implemented as an extension to JSend.
A successful response may include the field
nextPage
(null
, if it does not exist) and should accept the query parameterpage
with a default value if not present.Example request:
Example response:
⚠ Please update the API documentation when implementing pagination.
(This ticket should remain open until all "legacy" features have been switched to pagination)
The text was updated successfully, but these errors were encountered: