isoos / page

Dart data structure to help paginating (e.g. cursor- or next-token-driven) API calls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data structure to help paginating (e.g. cursor- or next-token-driven) API calls.

The intended audience of this library is API implementations and backend clients, e.g. database drivers. It provides helper methods to map and process the data returned from the underlying data access layer.

About

Dart data structure to help paginating (e.g. cursor- or next-token-driven) API calls.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%