Skip to content

Improve recipient endpoint with filtering, search, and pagination#108

Merged
ritik4ever merged 2 commits intoritik4ever:mainfrom
ANAVHEOBA:feature/improve-recipient-endpoint
Mar 29, 2026
Merged

Improve recipient endpoint with filtering, search, and pagination#108
ritik4ever merged 2 commits intoritik4ever:mainfrom
ANAVHEOBA:feature/improve-recipient-endpoint

Conversation

@ANAVHEOBA
Copy link
Copy Markdown
Contributor

@ANAVHEOBA ANAVHEOBA commented Mar 28, 2026

Closes #61


  • Add dedicated listStreamsByRecipient() and listStreamsBySender() functions in streamStore
  • Implement status, sender, and asset filtering for recipient endpoint
  • Add search functionality (q parameter) for stream ID, sender, recipient, and asset
  • Add pagination support with page and limit parameters
  • Update Swagger documentation with all new query parameters
  • Update README with comprehensive endpoint documentation
  • Add test script for validating all new features
  • Ensure consistent response shape with total, page, and limit fields
  • Maintain backward compatibility with legacy mode (no pagination params)

- Add dedicated listStreamsByRecipient() and listStreamsBySender() functions in streamStore
- Implement status, sender, and asset filtering for recipient endpoint
- Add search functionality (q parameter) for stream ID, sender, recipient, and asset
- Add pagination support with page and limit parameters
- Update Swagger documentation with all new query parameters
- Update README with comprehensive endpoint documentation
- Add test script for validating all new features
- Ensure consistent response shape with total, page, and limit fields
- Maintain backward compatibility with legacy mode (no pagination params)
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 28, 2026

@ANAVHEOBA is attempting to deploy a commit to the ritik4ever's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 28, 2026

@ANAVHEOBA Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ritik4ever ritik4ever merged commit 6eff974 into ritik4ever:main Mar 29, 2026
1 of 3 checks passed
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.

Add Dedicated /api/recipients/:account/streams Endpoint

2 participants