Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix paginator detection and child path for vimeo example #86

Open
sh-rp opened this issue May 22, 2024 · 2 comments
Open

Fix paginator detection and child path for vimeo example #86

sh-rp opened this issue May 22, 2024 · 2 comments

Comments

@sh-rp
Copy link
Collaborator

sh-rp commented May 22, 2024

{
"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
Copy link
Collaborator Author

sh-rp commented May 22, 2024

missing total path...

@sh-rp
Copy link
Collaborator Author

sh-rp commented May 22, 2024

@sh-rp sh-rp changed the title Fix paginator detection vimeo example Fix paginator detection and child path for vimeo example May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant