Module: PetstoreApiClient::Clients::Concerns::Pagination
- Included in:
- PetClient
- Defined in:
- lib/petstore_api_client/clients/concerns/pagination.rb
Overview
Pagination support for list endpoints Provides utilities for handling pagination parameters and responses
This module follows the Strategy pattern - it encapsulates different pagination strategies (offset-based, page-based)
Constant Summary collapse
- DEFAULT_PAGE =
Default pagination settings
1- DEFAULT_PER_PAGE =
25- MAX_PER_PAGE =
100