Module: Skykick::RequestPagination
- Defined in:
- lib/skykick/pagination.rb
Overview
Defines HTTP request pagination methods for Skykick's API.
This module handles the pagination strategy required when dealing with paginated
API results. Skykick uses OData pagination, which supports parameters like $top but not $skip.
Note: Using $skip in requests results in an error:
"The query specified in the URI is not valid. Query option 'Skip' is not allowed.
To allow it, set the 'AllowedQueryOptions' property on EnableQueryAttribute or QueryValidationSettings."
Defined Under Namespace
Classes: ODataPagination