Skip to content

feat: Add pagination query parameters support to /api/assets endpoint#21

Merged
AlAfiz merged 2 commits intoBETAIL-BOYS:mainfrom
akordavid373:feature/pagination-query-parameters
Feb 24, 2026
Merged

feat: Add pagination query parameters support to /api/assets endpoint#21
AlAfiz merged 2 commits intoBETAIL-BOYS:mainfrom
akordavid373:feature/pagination-query-parameters

Conversation

@akordavid373
Copy link
Contributor

@akordavid373 akordavid373 commented Feb 23, 2026

  • Extract page and limit from req.query with fallback defaults (page=1, limit=10)
  • Add console logging for parsed pagination values
  • Create new /api/assets endpoint returning mock asset data
  • Prepare pagination structure for future database implementation

closes #17

- Update soroban-sdk version from 20.0.0 to 20.5.0 in both contracts
- Fix signature verification method in invoice_nft contract
- Add Bytes import for proper type conversion
- Convert payload to Bytes type for ed25519_verify compatibility
- Resolve to_val() method usage with proper type conversion
@AlAfiz AlAfiz merged commit 342abef into BETAIL-BOYS:main Feb 24, 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.

feat: Read pagination query parameters for list endpoints

2 participants