Files
home_stock/contracts/pagination.md
2026-01-27 20:43:47 +01:00

25 lines
515 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Contrat de pagination
Ce document définit la pagination standard pour lAPI.
---
## Légende des zones
- `<A COMPLETER PAR AGENT>` : à compléter par un agent spécialisé backend.
---
## Stratégie
- Type (page/offset/cursor) : <A COMPLETER PAR AGENT>
- Paramètres : <A COMPLETER PAR AGENT>
## Réponse
- Structure des meta : <A COMPLETER PAR AGENT>
- Liens (next/prev) : <A COMPLETER PAR AGENT>
---
## Exemple (a supprimer)
- Paramètres : `page=1&limit=20`.
- Meta : `total`, `page`, `page_size`.