Initial commit

This commit is contained in:
2026-01-27 20:43:47 +01:00
commit f9b1d43c81
45 changed files with 1066 additions and 0 deletions

24
contracts/pagination.md Normal file
View File

@@ -0,0 +1,24 @@
# 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`.