dlt-hub / dlt-init-openapi

MIT License
20 stars 3 forks source link

Fix paginator detection and child path for vimeo example #86

Open sh-rp opened 6 months ago

sh-rp commented 6 months ago

{ "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": [] }

sh-rp commented 6 months ago

missing total path...

sh-rp commented 6 months ago

https://github.com/dlt-hub/openapi-specs/blob/main/open_api_specs/vimeo.yaml