Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1008 Bytes

PaginationCoverage.md

File metadata and controls

14 lines (9 loc) · 1008 Bytes

PaginationCoverage

Properties

Name Type Description Notes
mode str How pagination is implemented on this connector. Native mode means Apideck is using the pagination parameters of the connector. With virtual pagination, the connector does not support pagination, but Apideck emulates it. [optional]
paging_support bool Indicates whether the connector supports paging through results using the cursor parameter. [optional]
limit_support bool Indicates whether the connector supports changing the page size by using the limit parameter. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]