apache / apache/drill

storage-http: pagination with next url extracted from the page?

Open
#2,828 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
2k
Forks
990
Avg merge
1d 8h
Merged PRs (30d)
5

Description

Hello

Qliksaas apis use pagination without offset params. They provide the "next" url in the response page

How could I tell drill to use "links.next.href" value for retreiving further records?

https://qlik.dev/apis/pagination-sorting-filtering

```json
{
"data": ["list", "of", "items"],
"links": {
"prev": { "href": null },
"next": { "href": "https://example.org/api/v1/items?page=" },
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.