dlt-hub / dlt-hub/dlt-init-openapi

Fix paginator detection and child path for vimeo example

Open
#86 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.