Chargement de la documentation API...
+
+
+ {{ apiDoc.info?.title || 'API Documentation' }}
+
+ {{ apiDoc.info.description }}
+
+
+ Version: {{ apiDoc.info.version }}
+
+
+
+
+
+ Endpoints ({{ endpoints.length }})
+
+
+
+
+
+
+
+ {{ endpoint.description }}
+
+
+
+
+ {{ tag }}
+
+
+
+
+
Paramètres
+
+
+
+ | Nom |
+ Type |
+ Localisation |
+ Requis |
+ Description |
+
+
+
+
+ {{ param.name }} |
+ {{ param.schema?.type || 'unknown' }} |
+ {{ param.in }} |
+ {{ param.required ? '✓' : '' }} |
+ {{ param.description || '-' }} |
+
+
+
+
+
+
+
+
Corps de la requête
+
+
{{ formatSchema(endpoint.requestBody) }}
+
+
+
+
+
+
Réponses
+
+
+ {{ status }} - {{ response.description }}
+
+
+
{{ formatResponseSchema(response) }}
+
+
+
+
+
+
+
Tester cet endpoint
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ testResults[endpoint.path + endpoint.method]!.body }}
+
+
+
+
+
+
+
+
+ Schémas ({{ Object.keys(schemas).length }})
+
+
+
+
{{ JSON.stringify(schema, null, 2) }}
+
+
+
+