storage-http: pagination with next url extracted from the page?
Open
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.