Skip to content

fix: add DELETE support and Content-Type header in make_request#50

Merged
SergioLangaritaBenitez merged 2 commits into
develfrom
dev-slangarita
Jun 18, 2026
Merged

fix: add DELETE support and Content-Type header in make_request#50
SergioLangaritaBenitez merged 2 commits into
develfrom
dev-slangarita

Conversation

@SergioLangaritaBenitez

Copy link
Copy Markdown
Collaborator

Descripción

Arregla el envío de body en peticiones DELETE en .

Cambios

  • Añadido a la lista de métodos que pueden enviar body en
  • Añadido a las cabeceras cuando se envía para POST/PUT/DELETE
  • Añadida lógica de reintentos para errores 500 en PUT

Problema

Sin estos cambios, enviaba DELETE sin body, el servidor respondía 400 y el miembro no se eliminaba.

@SergioLangaritaBenitez SergioLangaritaBenitez merged commit d92ba30 into devel Jun 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant