|
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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| awards.py | ||
| battingstats.py | ||
| current.py | ||
| custom_commands.py | ||
| decisions.py | ||
| divisions.py | ||
| draftdata.py | ||
| draftlist.py | ||
| draftpicks.py | ||
| fieldingstats.py | ||
| help_commands.py | ||
| injuries.py | ||
| keepers.py | ||
| managers.py | ||
| pitchingstats.py | ||
| players.py | ||
| results.py | ||
| sbaplayers.py | ||
| schedules.py | ||
| standings.py | ||
| stratgame.py | ||
| stratplay.py | ||
| teams.py | ||
| transactions.py | ||
| views.py | ||