Skip to content

Add support for pagination when using Mapbox's Datasets API #15

@ghost

Description

The current use of Mapbox's Datasets API doesn't support pagination, which can result in truncation of large datasets when making a request (e.g. A dataset contains 3000 records, but the request to get the dataset only returns the first 1200). Using pagination, we can break up the request into a number of smaller requests.

Pagination documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions