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

Pagination via query parameters #9

Merged
merged 4 commits into from Aug 6, 2018
Merged

Pagination via query parameters #9

merged 4 commits into from Aug 6, 2018

Conversation

alysivji
Copy link
Owner

@alysivji alysivji commented Aug 6, 2018

Leveraging webargs to read and validate query parameters. Currently paginating via page and per_page params and webargs is a bit overkill... BUT webargs is built on top of Marshmallow which means it's easy to incorporate into our API documentation via apispec.

We will take advantage of webargs features as we implement filtering, sorting, and more advanced pagination as described in this article on REST best practices.

Resources

@alysivji alysivji merged commit 0a0b7a4 into master Aug 6, 2018
@alysivji alysivji deleted the pagination branch August 6, 2018 06:37
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.

None yet

1 participant