2 Commits

Author SHA1 Message Date
minguezsanzjuanjose
f6892b2166 feat: expand Request_API with all engine endpoints
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Adds get_dataComplex, set_data2, set_data_batch methods for all 3 specialized APIs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 02:30:48 +02:00
minguezsanzjuanjose
d2c91d5196 feat: add Request_API dispatcher and internal API URLs
Replaces urllib http_client with proper Request_API class in general/request_api.py
using the requests library. Adds API_BACKOFFICE, API_COMUNICACIONES, API_DOCUMENTACION
settings pointing to Docker service names. Adds requests==2.32.3 to requirements.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 02:24:46 +02:00