library · inferred from evidence
mailchimp-api
A wrapper library for interacting with the MailChimp API.
- MailChimp API wrapper: DELETE always reports failure (204 empty body treated as error)
The wrapper assumed an empty response body meant failure, but MailChimp DELETEs return 204 with no body by design. The maintainer fixed the wrapper to treat any 2xx response as success regardless of body content. Upgrade drewm/mailchimp-api