mirror of
https://github.com/MaksTinyWorkshop/_Assistant_Lead_Tech
synced 2026-04-06 13:31:43 +02:00
- Nouveaux fichiers : 10_product_patterns_valides.md, 10_conventions_redaction.md - Templates n8n déplacés vers 70_templates/ (workflow + intégration) - Contenu 10_n8n_README.md absorbé dans les fichiers dédiés patterns/risques - Suppression des stubs 10_n8n_README.md, 20_worklows_README.md, 30_integrations_README.md - Index, _AI_INSTRUCTIONS, 95_a_capitaliser et post-bmad-install.sh mis à jour Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
695 B
695 B
Template — Documentation d'une intégration externe (n8n)
Un fichier par service externe. À créer dans le dossier de documentation du projet concerné.
Intégration :
- Type : API REST | Webhook | OAuth | SDK
- Utilisé dans : (nom du workflow ou projet)
Auth
- Méthode : (API Key / OAuth2 / Basic)
- Où stocker les credentials : (n8n Credentials / secret vault)
- Expiration / rotation : …
Limites et quotas
- Rate limit : …
- Quotas : …
- Pagination : …
Pièges connus
- …
Endpoints utiles
| Endpoint | Méthode | Usage |
|---|---|---|
/example |
GET | … |
Liens
- Doc officielle : …