Commit Graph

1 Commits

Author SHA1 Message Date
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