Skip to content

Feature/core functions #49

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

Closed

Conversation

anoopjain09
Copy link

Implement pagination feature GET /api/v1/projects API. It should be able to receive query strings:
q -> search keyword, will search for name
pageIndex -> the index of the page to shown, default 0
pageSize -> how many items to return, default 3
sortBy -> attribute to sort, default name
sortDirection -> direction of the sort, default ASC

@anoopjain09 anoopjain09 closed this Mar 5, 2023
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

Successfully merging this pull request may close these issues.

1 participant