Skip to content

fix: Add pagination support to currencies endpoint#749

Merged
Haroldwonder merged 1 commit into
Haroldwonder:mainfrom
obacollins-lab:fix/692-currency-pagination
Jun 1, 2026
Merged

fix: Add pagination support to currencies endpoint#749
Haroldwonder merged 1 commit into
Haroldwonder:mainfrom
obacollins-lab:fix/692-currency-pagination

Conversation

@obacollins-lab
Copy link
Copy Markdown

@obacollins-lab obacollins-lab commented Jun 1, 2026

  • Add limit and offset query parameters to GET /api/currencies
  • Default limit: 50, maximum: 500
  • Include total count and pagination metadata in response
  • Validate pagination parameters with proper error handling
  • Update CurrencyResponse type to include pagination fields

close #692

- Add limit and offset query parameters to GET /api/currencies
- Default limit: 50, maximum: 500
- Include total count and pagination metadata in response
- Validate pagination parameters with proper error handling
- Update CurrencyResponse type to include pagination fields
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

Someone is attempting to deploy a commit to the Harold'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 Jun 1, 2026

@obacollins-lab 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

@Haroldwonder Haroldwonder merged commit b63cfdb into Haroldwonder:main Jun 1, 2026
1 check failed
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.

api/src/routes/currencies.ts does not paginate currency list response

2 participants