[go: up one dir, main page]

Skip to content

Make API pagination size configurable

Description

Currently the per_page parameter for API pagination defaults to 20 and can be set to a maximum of 100. This should be configurable.

Proposal

  • Make per_page default and maximum value configurable
  • Provide the option to disable API pagination