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

Support cursor pagination #30

Open
tobyzerner opened this issue Aug 12, 2021 · 0 comments
Open

Support cursor pagination #30

tobyzerner opened this issue Aug 12, 2021 · 0 comments
Labels
enhancement New feature or request profile
Milestone

Comments

@tobyzerner
Copy link
Owner

tobyzerner commented Aug 12, 2021

https://jsonapi.org/profiles/ethanresnick/cursor-pagination/

Will look something like:

Endpoint\Index::make()->cursorPaginate();

interface CursorPaginatable
{
    public function cursorPaginate(object $query, CursorPagination $pagination);

    public function cursor(object $model, array $parameters): string;
}
@tobyzerner tobyzerner added the enhancement New feature or request label Aug 12, 2021
@tobyzerner tobyzerner modified the milestones: v1.1, v1.0 Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request profile
Projects
None yet
Development

No branches or pull requests

1 participant