|
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m19s
Add limit and offset parameters for paginated player queries. Changes: - Add limit parameter (minimum 1) to control page size - Add offset parameter (minimum 0) to skip results - Response now includes both 'count' (current page) and 'total' (all matches) - Pagination applied after filtering and sorting Example usage: /api/v3/players?season=12&limit=50&offset=0 (page 1) /api/v3/players?season=12&limit=50&offset=50 (page 2) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| routers_v3 | ||
| services | ||
| __init__.py | ||
| db_engine.py | ||
| dependencies.py | ||
| main.py | ||