Go to file
JavMB 545df6d489 feat: add API documentation, fix HttpClient BaseAddress trailing slash
- API_ENDPOINTS.md: complete reference of all 23 endpoints for frontend team
- Program.cs: ensure BaseAddress ends with '/' so relative URLs like
  'login' resolve correctly to 'api/index.php/login' instead of 'api/login'
- DolibarrTokenCacheService: no logic change (same file touched in earlier
  commit for token cache duration)
2026-05-15 18:59:10 +02:00
DoliMiddlewareApi feat: configure Swagger Bearer auth, fix CORS, Docker and deployment 2026-05-15 18:58:43 +02:00
DoliMiddlewareApi.Tests feat: Patch para el status que no dejaba por Update 2026-02-02 11:01:40 +01:00
presentacion Add Reveal.js presentation and architecture diagram 2026-05-14 20:48:01 +02:00
.dockerignore feat: configure Swagger Bearer auth, fix CORS, Docker and deployment 2026-05-15 18:58:43 +02:00
.env.example feat: configure Swagger Bearer auth, fix CORS, Docker and deployment 2026-05-15 18:58:43 +02:00
.gitignore chore: configuración inicial del proyecto .NET 2025-12-29 16:37:45 +01:00
API_ENDPOINTS.md feat: add API documentation, fix HttpClient BaseAddress trailing slash 2026-05-15 18:59:10 +02:00
DoliMiddlewareApi.sln feat: Primera parte de la implementacion de autentificacion, para obtener la DOLIAPIKEY del cliente la cual cachearemos asociada a un Id que devolveremos en el JWT de nuestro servidor. 2026-01-03 18:12:40 +01:00
compose.yaml feat: configure Swagger Bearer auth, fix CORS, Docker and deployment 2026-05-15 18:58:43 +02:00
openapi.json feat: Implementar endpoint PUT para actualizar facturas draft, limitado a campos permitidos por Dolibarr (ref, notas, estado, fecha expiración) y unificar campo 'number' para consistencia 2026-01-02 20:20:58 +01:00