dlt-hub / dlt-hub/dlt-init-openapi
Fix paginator detection and child path for vimeo example
Open
- Dominant language
- Python
- Stars
- 39
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
{
"paginator": {
"type": "page_number",
"page_param": "page",
"total_path": "",
"maximum_page": 20,
},
}
generated from
{
"total": 10,
"page": 1,
"per_page": 25,
"paging": {
"next": null,
"previous": null,
"first": "/categories?page=1",
"last": "/categories?page=1"
},
"data": []
}
Contributor guide
Assessment
This issue has not been assessed yet.