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

Paginate long responses #621

Closed
ff137 opened this issue Jan 16, 2024 · 2 comments · Fixed by #850
Closed

Paginate long responses #621

ff137 opened this issue Jan 16, 2024 · 2 comments · Fixed by #850
Assignees
Labels
enhancement New feature or request

Comments

@ff137
Copy link
Collaborator

ff137 commented Jan 16, 2024

Some routes can potentially return very large responses, such as:

  • list tenants
  • list connection records
  • list exchange / presentation records

It would make sense to review such cases and add features that enable pagination for these endpoints. This will help with handling large datasets or high traffic.

Suggested library: https://github.com/uriyyo/fastapi-pagination

@ff137 ff137 added the enhancement New feature or request label Jan 16, 2024
@ff137
Copy link
Collaborator Author

ff137 commented Apr 2, 2024

Pending pagination support in ACA-Py and askar python wrapper: openwallet-foundation/askar#232

@ff137 ff137 self-assigned this May 22, 2024
@ff137
Copy link
Collaborator Author

ff137 commented May 31, 2024

Tracking implementation in ACA-Py here: openwallet-foundation/acapy#3001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant